Browse Source

Update Changelog and Version

master
Steve Halliwell 3 years ago
parent
commit
2dbe6a4281
  1. 3
      Assets/Fungus/Docs/CHANGELOG.txt
  2. 9
      Packages/manifest.json
  3. 4
      ProjectSettings/ProjectVersion.txt

3
Assets/Fungus/Docs/CHANGELOG.txt

@ -4,6 +4,9 @@ Changelog {#changelog}
Unreleased Unreleased
====== ======
v3.13.7
======
## Fixed ## Fixed
- Add missing VariableDrawer for ObjectVariable. Thanks to CG-Tespy. - Add missing VariableDrawer for ObjectVariable. Thanks to CG-Tespy.
- Fix double duplication of blocks in flowchart window. Thanks to ongjinwen. - Fix double duplication of blocks in flowchart window. Thanks to ongjinwen.

9
Packages/manifest.json

@ -1,10 +1,11 @@
{ {
"dependencies": { "dependencies": {
"com.unity.2d.sprite": "1.0.0", "com.unity.2d.sprite": "1.0.0",
"com.unity.ext.nunit": "1.0.0", "com.unity.ext.nunit": "1.0.6",
"com.unity.test-framework": "1.1.16", "com.unity.ide.visualstudio": "2.0.8",
"com.unity.textmeshpro": "2.0.1", "com.unity.test-framework": "1.1.24",
"com.unity.timeline": "1.2.6", "com.unity.textmeshpro": "2.1.4",
"com.unity.timeline": "1.2.18",
"com.unity.ugui": "1.0.0", "com.unity.ugui": "1.0.0",
"com.unity.modules.ai": "1.0.0", "com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0", "com.unity.modules.androidjni": "1.0.0",

4
ProjectSettings/ProjectVersion.txt

@ -1,2 +1,2 @@
m_EditorVersion: 2019.4.11f1 m_EditorVersion: 2019.4.28f1
m_EditorVersionWithRevision: 2019.4.11f1 (2d9804dddde7) m_EditorVersionWithRevision: 2019.4.28f1 (1381962e9d08)

Loading…
Cancel
Save