Skip to content

Commit

Permalink
Rolling versions for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pspeed42 committed Feb 14, 2019
1 parent 90d03e1 commit a3e48cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ task buildScriptDependencies(type: org.gradle.api.tasks.diagnostics.DependencyRe

apply plugin: 'java'

version='1.3.1-SNAPSHOT'
version='1.3.1'

ext {
bintrayLabels = ['jMonkeyEngine', 'gamedev', 'Entity System']
Expand Down
2 changes: 1 addition & 1 deletion extensions/Zay-ES-Net/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'java'

version='1.3.2-SNAPSHOT'
version='1.4.0'

ext.jmeVersion='3.1.0-stable'

Expand Down
4 changes: 2 additions & 2 deletions extensions/Zay-ES-Net/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Zay-ES-Net v1.3.2 (unreleased)
Zay-ES-Net v1.4.0 (latest)
------------------
* Fixed HostedEntityData.getStringInfo() to send back a null if the ID doesn't exist
for the string rather than sending back -1. A -1 would have been cached but a
Expand All @@ -14,7 +14,7 @@ Zay-ES-Net v1.3.2 (unreleased)
properly tracked.


Zay-ES-Net v1.3.1 (latest)
Zay-ES-Net v1.3.1
------------------
* Fixed a bug introduced in PR #18 where the filter check in RemoteEntityData
completeEntity() was inverted.
Expand Down
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Zay-ES Core v1.3.1 (unreleased)
Zay-ES Core v1.3.1 (latest)
-------------------
* Fixed MemStringIndex.getStringId(string, false) to return -1 instead of throwing
an NPE if the string has no ID.
Expand Down

0 comments on commit a3e48cf

Please sign in to comment.