Skip to content

Commit dccf521

Browse files
committed
Create v3.2.4
1 parent 48bd749 commit dccf521

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
## [3.2.4]
6+
- Added more external functions for Ink.
7+
- Added support to load/save game preferences.
8+
- Scale and Rotate actions now work with ui actors.
9+
- Many bugs fixed.
10+
511
## [3.2.3]
612
- Added "initVerb" param to the "Leave" action. This verb will be executed if set instead of the "init" verb.
713
- Now, the "init" verb doesn't run if the "test" verb is executed.

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=29.0.2
55
libgdxVersion=1.9.10
66
roboVMGradlePluginVersion=2.3.7
77
roboVMVersion=2.3.8
8-
version=3.2.4-SNAPSHOT
8+
version=3.2.4

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.2.4-SNAPSHOT
1+
version=3.2.4
22
libgdxVersion=1.9.10
33
roboVMVersion=2.3.8
44
roboVMGradlePluginVersion=2.3.7

0 commit comments

Comments
 (0)