Skip to content

Commit

Permalink
Create v3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Feb 7, 2020
1 parent 48bd749 commit dccf521
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.2.4]
- Added more external functions for Ink.
- Added support to load/save game preferences.
- Scale and Rotate actions now work with ui actors.
- Many bugs fixed.

## [3.2.3]
- Added "initVerb" param to the "Leave" action. This verb will be executed if set instead of the "init" verb.
- Now, the "init" verb doesn't run if the "test" verb is executed.
Expand Down
2 changes: 1 addition & 1 deletion adventure-editor/src/main/resources/versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ buildToolsVersion=29.0.2
libgdxVersion=1.9.10
roboVMGradlePluginVersion=2.3.7
roboVMVersion=2.3.8
version=3.2.4-SNAPSHOT
version=3.2.4
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.2.4-SNAPSHOT
version=3.2.4
libgdxVersion=1.9.10
roboVMVersion=2.3.8
roboVMGradlePluginVersion=2.3.7
Expand Down

0 comments on commit dccf521

Please sign in to comment.