Skip to content

Commit 69ae44b

Browse files
committed
Prepare for v2.1.2
1 parent 302ed2b commit 69ae44b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [2.1.2]
6+
7+
- Sprite Actors can have different scales in X and Y axis allowing unproportional scaling.
8+
- Check project version before loading + show loading message.
9+
- Fix gradle deprecation warnings.
10+
- Continue loading custom classes if some error found in one of them.
11+
512
## [2.1.1]
613

714
- Fix several UI bugs: inventory button doesn't hide, dialog not working well when autoselect one option and text doesn't show when returning to a scene without init.

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=27.0.3
55
libgdxVersion=1.9.8
66
roboVMGradlePluginVersion=2.3.3
77
roboVMVersion=2.3.3
8-
version=2.1.2-SNAPSHOT
8+
version=2.1.2

gradle.properties

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

0 commit comments

Comments
 (0)