Skip to content

Commit

Permalink
Wes: bump version to 0.2.1 and try again
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 5, 2017
1 parent d4f2607 commit a1e6bc8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {
jme3utilitiesheartVersion = '0.9.19'
jme3utilitiesniftyVersion = '0.6.9'
jme3utilitiesuiVersion = '0.5.8'
jme3utilitieswesVersion = '0.2.0'
jme3utilitieswesVersion = '0.2.1'
jme3utilitiesxVersion = '0.2.1'
jmonkeyengineVersion = '3.1.0-stable'
skycontrolVersion = '0.9.5'
Expand Down
4 changes: 2 additions & 2 deletions wes/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
2 changes: 1 addition & 1 deletion wes/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# release notes for the Wes library and related tests

## Version 0.2.0 released on TBD
## Version 0.2.1 released on TBD

This was the initial baseline release.
2 changes: 1 addition & 1 deletion wes/src/main/java/jme3utilities/wes/WesVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ private WesVersion() {
* @return branch and revision (not null, not empty)
*/
public static String getVersionShort() {
return "master 0.2.0";
return "master 0.2.1";
}
}

0 comments on commit a1e6bc8

Please sign in to comment.