Skip to content

Commit 860f394

Browse files
committed
Prepare for v1.2.1
1 parent 51a66a3 commit 860f394

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [1.2.1]
6+
7+
- Added music support to the default Menu screen.
8+
- Added rotation property to SetActorAttr action.
9+
- FIX: Check if renderer is an AnimationRenderer when changing the selected animation in the editor.
10+
- FIX: Error disposing Spine actors when creating new project.
11+
- FIX: Error creating new project in Linux and MacOS due to CRLF in gradlew.
12+
513
## [1.2.0]
614

715
- Added particle effect actors.
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#Autogenerated by build.gradle
2-
#Thu Feb 23 19:40:26 CET 2017
3-
roboVMVersion=2.3.0
4-
gwtVersion=2.8.0
5-
libgdxVersion=1.9.5
6-
androidAPILevel=23
7-
bladeInkVersion=0.4.0
8-
buildToolsVersion=23.0.3
9-
roboVMGradlePluginVersion=2.3.0
10-
version=1.2.1-SNAPSHOT
11-
gwtGradlePluginVersion=0.6
12-
androidGradlePluginVersion=1.5.0
1+
#Autogenerated by build.gradle
2+
#Thu Mar 02 23:55:25 CET 2017
3+
roboVMVersion=2.3.0
4+
gwtVersion=2.8.0
5+
libgdxVersion=1.9.5
6+
androidAPILevel=23
7+
bladeInkVersion=0.4.0
8+
buildToolsVersion=23.0.3
9+
roboVMGradlePluginVersion=2.3.0
10+
version=1.2.1
11+
gwtGradlePluginVersion=0.6
12+
androidGradlePluginVersion=1.5.0

gradle.properties

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

0 commit comments

Comments
 (0)