We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661b728 commit 5ebde82Copy full SHA for 5ebde82
CHANGELOG.md
@@ -2,6 +2,11 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [1.3.1]
6
+- Asset folder is created now in the project root.
7
+- Updated Gradle to v4.0.2
8
+- FIX sound error preventing to save the game.
9
+
10
## [1.3.0]
11
- New Sound System. Now adding sounds is more usable. Backwards compatibility preserved.
12
- World properties can also be set in BladeEngine.properties.
gradle.properties
@@ -1,4 +1,4 @@
1
-version=1.3.1-SNAPSHOT
+version=1.3.1
libgdxVersion=1.9.6
roboVMVersion=2.3.1
roboVMGradlePluginVersion=2.3.1
0 commit comments