Skip to content

Commit b71003b

Browse files
committed
Prepping for continued development. Upped the zay-es-net version
to the bug fix release that went out right after the .0 release.
1 parent 5290932 commit b71003b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
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.0'
17+
version='1.2.1-SNAPSHOT'
1818
group='com.simsilica'
1919

2020
ext.jmeVersion = "3.2.1-stable"
@@ -61,7 +61,7 @@ dependencies {
6161
compile "com.simsilica:lemur:1.6.1"
6262

6363
compile "com.simsilica:zay-es:1.3.0"
64-
compile "com.simsilica:zay-es-net:1.3.0"
64+
compile "com.simsilica:zay-es-net:1.3.1"
6565

6666
compile 'org.codehaus.groovy:groovy-all:2.4.5'
6767

release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 1.2.1 (unreleased)
2+
--------------
3+
* Upped the Zay-ES-net version to 1.3.1 to get the entity set filtering
4+
bug fix.
5+
16

27
Version 1.2.0 (latest)
38
--------------

0 commit comments

Comments
 (0)