File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
adventure-editor/src/main/resources Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.9.3]
8
+
9
+ - Fix error when interpolation=null
10
+
7
11
## [ 0.9.2]
8
12
9
13
- Issue #22 fixed. Something went wrong while creating project.
@@ -14,7 +18,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
14
18
- Fix calculating position when speed!=1 in reversing animation.
15
19
- Some ajustements in Action annotations: Better description and required field
16
20
17
-
18
21
## [ 0.9.1]
19
22
20
23
- Fixes several bugs in the editor related to the big refactor.
Original file line number Diff line number Diff line change 1
- version =0.9.2
1
+ version =0.9.3
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.2 '
5
+ version = ' 0.9.3 '
6
6
7
7
ext {
8
8
gdxVersion = ' 1.6.5'
You can’t perform that action at this time.
0 commit comments