Skip to content

Commit

Permalink
Bump Dialogue Graph version [1.1.2 -> 1.1.3]
Browse files Browse the repository at this point in the history
  • Loading branch information
TeodorVecerdi committed Sep 17, 2021
1 parent 49cf8f8 commit 6da9254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Resources/DialogueGraphVersion.asset
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ MonoBehaviour:
version:
MAJOR: 1
MINOR: 1
PATCH: 2
PATCH: 3
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -32,4 +32,4 @@
"url": "https://github.com/TeodorVecerdi/DialogueGraph.git",
"type": "git"
}
}
}

0 comments on commit 6da9254

Please sign in to comment.