Skip to content

Commit

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

## [3.2.5]
- Some validations adding/editing animations and verbs to avoid errors.
- Fixed dealing with OpenAL bug in credits screen.
- Fixed bug extracting ink texts.

## [3.2.4]
- Added more external functions for Ink.
- Added support to load/save game preferences.
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.5-SNAPSHOT
version=3.2.5
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version=3.2.5-SNAPSHOT
version=3.2.5
libgdxVersion=1.9.10
roboVMVersion=2.3.8
roboVMGradlePluginVersion=2.3.7
roboVMGradlePluginVersion=2.3.8
buildToolsVersion=29.0.2
androidAPILevel=29
androidGradlePluginVersion=3.4.1
Expand Down

0 comments on commit 2dc89df

Please sign in to comment.