Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BDeshiDev committed May 8, 2024
1 parent 1111ea1 commit 0317a7c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Assets/Packages/com.studio23.ss2.dialoguesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.studio23.ss2.dialoguesystem",
"version": "0.4.4",
"version": "0.4.5",
"displayName": "Dialogue System",
"description": "Dialogue system is an authoring tool for developers to integrate dialogue from scriptwriters inside unity.",
"unity": "2022.3",
Expand Down Expand Up @@ -32,6 +32,11 @@
"displayName": "Dialogue Choice Demo",
"description": "A small sample to demonstrate how to use the library for showing Dialogue Choices",
"path": "Samples~/DialogueChoiceDemo"
},
{
"displayName": "Timeline Demo",
"description": "A small sample to demonstrate how to use the library with timeline",
"path": "Samples~/TimeLineDemo"
}

],
Expand Down

0 comments on commit 0317a7c

Please sign in to comment.