Skip to content

Commit 6953f12

Browse files
committed
Prepare for v1.2.5
1 parent 12e0033 commit 6953f12

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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+
## [1.2.5]
6+
7+
- Update Robovm to v2.3.1 fixing problems with the latest XCode update.
8+
- FIX: VoiceManager show log and continues when the voice file is not found instead of crash.
9+
- FIX: voice was mandatory in the edit option dialog.
10+
- FIX: Show only the first line of comment actions in the action list.
11+
512
## [1.2.4]
613

714
- NEW BIG FEATURE: Voice support.

adventure-editor/src/main/resources/versions.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ gwtGradlePluginVersion=0.6
66
gwtVersion=2.8.0
77
libgdxVersion=1.9.6
88
roboVMGradlePluginVersion=2.3.0
9-
roboVMVersion=2.3.0
10-
version=1.2.4
9+
roboVMVersion=2.3.1
10+
version=1.2.5

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version=1.2.4
1+
version=1.2.5
22
libgdxVersion=1.9.6
3-
roboVMVersion=2.3.0
3+
roboVMVersion=2.3.1
44
roboVMGradlePluginVersion=2.3.0
55
buildToolsVersion=23.0.3
66
androidAPILevel=23

0 commit comments

Comments
 (0)