Skip to content

Commit 2dc89df

Browse files
committed
Prepare for v3.2.5
1 parent a0a0ebd commit 2dc89df

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.5]
6+
- Some validations adding/editing animations and verbs to avoid errors.
7+
- Fixed dealing with OpenAL bug in credits screen.
8+
- Fixed bug extracting ink texts.
9+
510
## [3.2.4]
611
- Added more external functions for Ink.
712
- Added support to load/save game preferences.

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.5-SNAPSHOT
8+
version=3.2.5

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
version=3.2.5-SNAPSHOT
1+
version=3.2.5
22
libgdxVersion=1.9.10
33
roboVMVersion=2.3.8
4-
roboVMGradlePluginVersion=2.3.7
4+
roboVMGradlePluginVersion=2.3.8
55
buildToolsVersion=29.0.2
66
androidAPILevel=29
77
androidGradlePluginVersion=3.4.1

0 commit comments

Comments
 (0)