File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
adventure-editor/src/main/resources Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
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
+
7
13
## [ 0.9.0]
8
14
- Game model and saved games are now in JSON format.
9
15
* XML is deprecated. Backward compatibility broken.
Original file line number Diff line number Diff line change 1
- version =0.9.0
1
+ version =0.9.1
2
2
libgdxVersion =1.6.5
3
3
roboVMVersion =1.6.0
4
4
roboVMGradlePluginVersion =1.6.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ allprojects {
2
2
apply plugin : " eclipse"
3
3
apply plugin : " idea"
4
4
5
- version = ' 0.9.0 '
5
+ version = ' 0.9.1 '
6
6
7
7
ext {
8
8
gdxVersion = ' 1.6.5'
You can’t perform that action at this time.
0 commit comments