Skip to content

Commit f1beb77

Browse files
committed
update for releasing v0.9.3
1 parent 281bb6a commit f1beb77

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [0.9.3]
8+
9+
- Fix error when interpolation=null
10+
711
## [0.9.2]
812

913
- Issue #22 fixed. Something went wrong while creating project.
@@ -14,7 +18,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1418
- Fix calculating position when speed!=1 in reversing animation.
1519
- Some ajustements in Action annotations: Better description and required field
1620

17-
1821
## [0.9.1]
1922

2023
- Fixes several bugs in the editor related to the big refactor.

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.2
1+
version=0.9.3
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.2'
5+
version = '0.9.3'
66

77
ext {
88
gdxVersion = '1.6.5'

0 commit comments

Comments
 (0)