We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73f6ec commit b60520dCopy full SHA for b60520d
2 files changed
build.gradle
@@ -14,7 +14,7 @@ buildscript {
14
apply plugin: 'java'
15
apply plugin: 'maven'
16
17
-version='1.1.0-SNAPSHOT'
+version='1.1.0'
18
group='com.simsilica'
19
20
ext.jmeVersion = "3.1.0-alpha4"
release-notes.md
@@ -1,5 +1,5 @@
1
2
-Version 1.1.0 (unreleased)
+Version 1.1.0
3
--------------
4
* Fixed the EventBus addListener()/removeListener() methods to be static
5
like they were supposed to be.
0 commit comments