Skip to content

Commit fc481ff

Browse files
committed
Prepare for v3.2.1
1 parent 8b4e99f commit fc481ff

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.1]
6+
7+
- Added bubble positioning parameters on ui.json.
8+
- Better multiple inventory support in actions.
9+
- Better Spine skin handling.
10+
- Update Blade Ink to v0.7.2.
11+
- A lot of bugs fixed (see git log).
12+
513
## [3.2.0]
614

715
- Say Action: Talk animation also for text types PLAIN and SUBTITLE.
@@ -13,7 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1321
- Updated libgdx to v1.9.10
1422
- Updated Spine to v3.8.
1523
- Update gradle to v5.4.1
16-
-
1724

1825
## [3.1.2]
1926

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

gradle.properties

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

0 commit comments

Comments
 (0)