Skip to content

Commit 3129c33

Browse files
committed
changes for release v0.9.1
1 parent 2ad287d commit 3129c33

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
@@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [0.9.1]
8+
9+
- Fixes several bugs in the editor related to the big refactor.
10+
- Created EndGameAction
11+
- Action refactor. VerbRunner parameter instead of ActionCallback.
12+
713
## [0.9.0]
814
- Game model and saved games are now in JSON format.
915
* XML is deprecated. Backward compatibility broken.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.9.0
1+
version=0.9.1
22
libgdxVersion=1.6.5
33
roboVMVersion=1.6.0
44
roboVMGradlePluginVersion=1.6.0

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ allprojects {
22
apply plugin: "eclipse"
33
apply plugin: "idea"
44

5-
version = '0.9.0'
5+
version = '0.9.1'
66

77
ext {
88
gdxVersion = '1.6.5'

0 commit comments

Comments
 (0)