Skip to content

Commit

Permalink
Update version (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
kori4r2 committed Aug 18, 2022
1 parent ae9176c commit ec79411
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "com.fellowshipofthegame.dialoguemodule",
"version": "1.0.2",
"version": "1.0.3",
"displayName": "[FoG] Dialogue Module",
"description": "The dialogue module from Anathema revised and updated in Final Inferno, now available as a package",
"unity": "2020.3",
"dependencies": {
"com.malee.reorderablelist": "https://github.com/cfoulston/Unity-Reorderable-List.git#1.0.1",
"com.unity.inputsystem": "1.0.2",
"com.unity.textmeshpro": "3.0.6"
"com.malee.reorderablelist": "https://github.com/cfoulston/Unity-Reorderable-List.git#1.0.1",
"com.unity.inputsystem": "1.0.2",
"com.unity.textmeshpro": "3.0.6"
},
"samples": [
{
"displayName": "Example",
"description": "Simple example of character moving and 3 test dialogues",
"path": "Samples~/Example"
}
]
}
"samples": [
{
"displayName": "Example",
"description": "Simple example of character moving and 3 test dialogues",
"path": "Samples~/Example"
}
]
}

0 comments on commit ec79411

Please sign in to comment.