Skip to content

Commit

Permalink
debug library: bump version to 0.8.3 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 2, 2018
1 parent 8dfd13c commit 48e50ea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gradle.projectsEvaluated {
ext {
// current versions of the libraries
jcommanderVersion = '1.72'
jme3utilitiesdebugVersion = '0.8.2for32'
jme3utilitiesdebugVersion = '0.8.3'
jme3utilitiesheartVersion = '1.0.0for32'
jme3utilitiesniftyVersion = '0.7.4'
jme3utilitiesuiVersion = '0.6.0for32'
Expand Down
4 changes: 2 additions & 2 deletions debug/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ sourcesJar { baseName project.ext.baseName }
dependencies {
compile "org.jmonkeyengine:jme3-core:$jmonkeyengineVersion"

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

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

## Version 0.8.3 released on TBD

+ Add the capability to set the number of arrows in an AxesVisualizer.
+ When dumping spatials, describe their materials.

## Version 0.8.2for32 released on 5 December 2017

+ 1st release to target JME 3.2
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 getVersionShort() {
return "master 0.8.2for32+1";
return "master 0.8.3";
}
}

0 comments on commit 48e50ea

Please sign in to comment.