Skip to content

Commit a27e9eb

Browse files
committed
Prepare for v1.1.1
1 parent 7a3da53 commit a27e9eb

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.1.1]
6+
7+
- Added new action to add an integer value to a property to increment/decrement it. Useful to create counters.
8+
- Add MacOS .icon when packaging.
9+
- Add .app extension to the MacOS package.
10+
- Added autoselect style property to the DialogUI.
11+
- Ink support cleanup.
12+
- FIX: music was stopped changing from scene when a change to the
13+
loading screen was needed.
14+
515
## [1.1.0]
616

717
- Ink support. (http://www.inklestudios.com/ink/)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#Autogenerated by build.gradle
2-
#Fri Dec 30 08:41:59 CET 2016
2+
#Fri Jan 06 20:53:32 CET 2017
33
roboVMVersion=2.3.0
44
gwtVersion=2.8.0
55
libgdxVersion=1.9.5
66
androidAPILevel=20
77
bladeInkVersion=0.3.1
88
buildToolsVersion=23.0.1
99
roboVMGradlePluginVersion=2.3.0
10-
version=1.1.1-SNAPSHOT
10+
version=1.1.1
1111
gwtGradlePluginVersion=0.6
1212
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.1.1-SNAPSHOT
1+
version=1.1.1
22
libgdxVersion=1.9.5
33
roboVMVersion=2.3.0
44
roboVMGradlePluginVersion=2.3.0

0 commit comments

Comments
 (0)