Skip to content

Commit a164963

Browse files
committed
Prepare for v1.3.4
1 parent 534df1e commit a164963

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [1.3.4]
6+
- Added currentTarget to verbs.
7+
- Null checks in SoundManager before pause/resume sounds.
8+
- Fix loading callbacks from saved inventories.
9+
- Fix: Loop, volume and pan was not used when playing a sound.
10+
- Missing fbo dispose.
11+
- Fix: toString() instead of casting in getModelProp.
12+
513
## [1.3.3]
614
- Added 'textStyle' attribute to character actors.
715
- Added basic QA rules/metrics of project.

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=23.0.3
55
libgdxVersion=1.9.7
66
roboVMGradlePluginVersion=2.3.3
77
roboVMVersion=2.3.3
8-
version=1.3.4-SNAPSHOT
8+
version=1.3.4

gradle.properties

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

0 commit comments

Comments
 (0)