Skip to content

Commit

Permalink
bump version to 0.4.0 and update release-log.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 31, 2021
1 parent 55f109e commit 07125c8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ private JmePowerVersion() {
* @return the branch and revision string (not null, not empty)
*/
public static String versionShort() {
return "master 0.3.1-SNAPSHOT";
return "master 0.4.0-SNAPSHOT";
}
}
4 changes: 2 additions & 2 deletions LemurPower/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ javadocJar { archiveBaseName = project.ext.srcBaseName }
sourcesJar { archiveBaseName = project.ext.srcBaseName }

dependencies {
//api 'com.github.stephengold:JmePower:' + jmePowerVersion
api project(':JmePowerLibrary')
api 'com.github.stephengold:JmePower:' + jmePowerVersion
//api project(':JmePowerLibrary')

api 'com.simsilica:lemur:1.14.0'
}
Expand Down
4 changes: 2 additions & 2 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ ext {
// current versions of various libraries
heartVersion = '6.4.0'
jmonkeyengineVersion = '3.3.2-stable'
jmePowerVersion = '0.3.1-SNAPSHOT'
lemurPowerVersion = '0.3.1-SNAPSHOT'
jmePowerVersion = '0.4.0'
lemurPowerVersion = '0.4.0'
}

repositories {
Expand Down
6 changes: 6 additions & 0 deletions release-log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release log for the JmePower project

## Version 0.4.0 released on TBD

+ Build using Heart v6.4.0 and use its version of the `Loadable` class.
+ Add the `JmePowerVersion` class.
+ Add package-info files.

## Version 0.3.0 released on 29 January 2021

Split off the JmePowerLibrary sub-project. Now there are 2 libraries
Expand Down

0 comments on commit 07125c8

Please sign in to comment.