We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5290932 commit b71003bCopy full SHA for b71003b
build.gradle
@@ -14,7 +14,7 @@ buildscript {
14
apply plugin: 'java'
15
apply plugin: 'maven'
16
17
-version='1.2.0'
+version='1.2.1-SNAPSHOT'
18
group='com.simsilica'
19
20
ext.jmeVersion = "3.2.1-stable"
@@ -61,7 +61,7 @@ dependencies {
61
compile "com.simsilica:lemur:1.6.1"
62
63
compile "com.simsilica:zay-es:1.3.0"
64
- compile "com.simsilica:zay-es-net:1.3.0"
+ compile "com.simsilica:zay-es-net:1.3.1"
65
66
compile 'org.codehaus.groovy:groovy-all:2.4.5'
67
release-notes.md
@@ -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
+
6
7
Version 1.2.0 (latest)
8
--------------
0 commit comments