Skip to content

Commit

Permalink
Prepping for further development. Adding a release note for
Browse files Browse the repository at this point in the history
a patch applied after 1.3.0 was released.
  • Loading branch information
pspeed42 committed Nov 18, 2018
1 parent 10d63a4 commit 9b067ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'maven'

version='1.3.0'
version='1.3.1-SNAPSHOT'
group='com.simsilica'

ext.jmeVersion = "3.1.0-stable"
Expand Down
4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.3.1 (unreleased)
--------------
* Fixed zone ID calculation for non-uniform grids. See PR #2.

Version 1.3.0 (latest)
--------------
* Fixed a bug where the newer state messages would fail if the game hadn't
Expand Down

0 comments on commit 9b067ee

Please sign in to comment.