diff --git a/Assets/Packages/com.studio23.ss2.dialoguesystem/package.json b/Assets/Packages/com.studio23.ss2.dialoguesystem/package.json index 4140b21..d1dc45e 100644 --- a/Assets/Packages/com.studio23.ss2.dialoguesystem/package.json +++ b/Assets/Packages/com.studio23.ss2.dialoguesystem/package.json @@ -1,6 +1,6 @@ { "name": "com.studio23.ss2.dialoguesystem", - "version": "0.3.4", + "version": "0.3.5", "displayName": "Dialogue System", "description": "Dialogue system is an authoring tool for developers to integrate dialogue from scriptwriters inside unity.", "unity": "2022.3", @@ -27,9 +27,9 @@ "samples": [ { - "displayName": "Subtitle Demo", - "description": "A small sample to demonstrate how to use the library for showing subtitiles", - "path": "Samples~/SubtitleDemo" + "displayName": "Dialogue Choice Demo", + "description": "A small sample to demonstrate how to use the library for showing Dialogue Choices", + "path": "Samples~/DialogueChoiceDemo" } ], @@ -44,4 +44,4 @@ "email": "contact@studio-23.xyz", "url": "https://studio-23.xyz" } -} +} \ No newline at end of file