Skip to content

Commit b98b3ba

Browse files
committed
Prepare release v3.1.0
1 parent 5c58853 commit b98b3ba

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [3.1.0]
6+
7+
- Update Spine runtime to v3.7
8+
- Dialog to compile Ink stories.
9+
- Show 'Saved game' text when saved game to give user feedback.
10+
511
## [3.0.0] aka Johnny Bonasera 3
612

713
- Ink button in editor to link Ink stories with chapters.

adventure-editor/src/main/resources/versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ buildToolsVersion=28.0.3
55
libgdxVersion=1.9.9
66
roboVMGradlePluginVersion=2.3.5
77
roboVMVersion=2.3.5
8-
version=3.1.0-SNAPSHOT
8+
version=3.1.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.1.0-SNAPSHOT
1+
version=3.1.0
22
libgdxVersion=1.9.9
33
roboVMVersion=2.3.5
44
roboVMGradlePluginVersion=2.3.5

0 commit comments

Comments
 (0)