Skip to content

Commit 2aca225

Browse files
committed
Rolling the build version for release. Added the dependency version
increases to the release notes for posterity.
1 parent 7475557 commit 2aca225

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
apply plugin: 'java'
1515
apply plugin: 'maven'
1616

17-
version='1.2.1-SNAPSHOT'
17+
version='1.3.0'
1818
group='com.simsilica'
1919

2020
ext.jmeVersion = "3.2.1-stable"

release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Version 1.3.0 (latest)
22
--------------
3-
* Upped the Zay-ES-net version to 1.3.1 to get the entity set filtering
3+
* Upped the Zay-ES-net version to 1.4.0 to get the entity set filtering
44
bug fix.
55
* CompositeAppState modified to use SafeArrayList.getArray() in for loops.
66
* Modified GameLoop's default frame interval constant to be public: GameLoop.FPS_60
77
* Added a GameSystemsState utility for managing a GameSystemManager in
88
single player games.
99
* Added a MemoryDebugState utility that displays memory stats using the DebugHudState.
10+
* Upped Lemur and Zay-ES/Zay-ES-Net dependencies to latest versions (1.12.0 and 1.3.1/1.4.0 respectively.)
1011

1112

1213
Version 1.2.0

0 commit comments

Comments
 (0)