Skip to content

Commit

Permalink
nifty library: bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 12, 2017
1 parent 55e45b2 commit bf18539
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nifty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description = 'NiftyGUI library for jMonkeyEngine'
ext {
artifact = 'jme3-utilities-nifty'
version = '0.5.0'
version = '0.5.1'
baseName = "${artifact}-${version}"
}

Expand Down
4 changes: 4 additions & 0 deletions nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# release notes for the jme3-utilities-nifty library and related tests

## Version 0.5.1 released TBD

Fixed assertion error when activating BindScreen from a popup.

## Version 0.5.0 released on 9 April 2017

This was the initial baseline release.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ private LibraryVersion() {
* @return branch and revision (not null, not empty)
*/
public static String getVersionShort() {
return "master 0.5.0";
return "master 0.5.1";
}
}
2 changes: 1 addition & 1 deletion tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
//compile "jme3utilities:jme3-utilities-debug:0.5.0"
compile project(':debug')

//compile "jme3utilities:jme3-utilities-nifty:0.5.0"
//compile "jme3utilities:jme3-utilities-nifty:0.5.1"
compile project(':nifty')

//compile "jme3utilities:jme3-utilities-ui:0.5.0"
Expand Down

0 comments on commit bf18539

Please sign in to comment.