Skip to content

Commit ae595df

Browse files
committed
Bump Dialogue Graph Version [1.1.4 -> 1.1.5]
1 parent e2ec075 commit ae595df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Resources/DialogueGraphVersion.asset

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ MonoBehaviour:
1515
version:
1616
MAJOR: 1
1717
MINOR: 1
18-
PATCH: 4
18+
PATCH: 5

Samples~/DemoProject/Example.dlog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AssetGuid": "f1715ee0a9e1d9943a01aff710c974ee",
33
"IsBlackboardVisible": true,
4-
"DialogueGraphVersion": "1.1.3",
4+
"DialogueGraphVersion": "1.1.5",
55
"nodes": [
66
{
77
"GUID": "850489ea-8d9d-4bc2-9a5f-6a3302035848",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.github.teodorvecerdi.dialoguegraph",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"displayName": "Dialogue Graph",
55
"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.",
66
"unity": "2020.1",

0 commit comments

Comments
 (0)