From 6da9254fbde006e29507a5bae8733f92093a83a0 Mon Sep 17 00:00:00 2001 From: Teodor Vecerdi Date: Fri, 17 Sep 2021 08:56:57 +0300 Subject: [PATCH] Bump Dialogue Graph version [1.1.2 -> 1.1.3] --- Resources/DialogueGraphVersion.asset | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/DialogueGraphVersion.asset b/Resources/DialogueGraphVersion.asset index 016d417..c3b1b34 100644 --- a/Resources/DialogueGraphVersion.asset +++ b/Resources/DialogueGraphVersion.asset @@ -15,4 +15,4 @@ MonoBehaviour: version: MAJOR: 1 MINOR: 1 - PATCH: 2 + PATCH: 3 diff --git a/package.json b/package.json index 4f58ea4..b813285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.github.teodorvecerdi.dialoguegraph", - "version": "1.1.2", + "version": "1.1.3", "displayName": "Dialogue Graph", "description": "Interactive node-based tool similar to Shader Graph for developing branching conversation trees.\nExample uses could be conversations with NPCs, but because this tool is mostly general purpose you can use it for any scenario that requires branching logic.", "unity": "2020.1", @@ -32,4 +32,4 @@ "url": "https://github.com/TeodorVecerdi/DialogueGraph.git", "type": "git" } -} +} \ No newline at end of file