Skip to content

Commit

Permalink
post-release fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 22, 2018
1 parent 437ceb3 commit 41ce209
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions debug/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies {
compile "org.jmonkeyengine:jme3-effects:$jmonkeyengineVersion"
compile "org.jmonkeyengine:jme3-terrain:$jmonkeyengineVersion"

compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
//compile project(':heart')
//compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
compile project(':heart')
}

task pom {
Expand Down
4 changes: 2 additions & 2 deletions debug/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release notes for the jme3-utilities-debug library and related tests

## Version 0.9.0 released on TBD
## Version 0.9.0 released on 22 August 2018

+ Replaced Dumper methods with Describer methods. (API change)
+ Renamed DebugVersion.getVersionShort() to versionShort(). (API change)
Expand All @@ -13,7 +13,7 @@
(API change)
+ Added capability to describe depthWrite flag.
+ Generate shape textures programmatically.
+ Based on version 2.6 of heart library.
+ Based on version 2.7 of heart library.

## Version 0.8.10 released on 17 August 2018

Expand Down
2 changes: 1 addition & 1 deletion debug/src/main/java/jme3utilities/debug/DebugVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ private DebugVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.9.0";
return "master 0.9.0+1";
}
}

0 comments on commit 41ce209

Please sign in to comment.