Skip to content

Commit

Permalink
bump version to 0.4.1 and update release-log.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 12, 2021
1 parent c32ad3a commit 9ca0bc0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.4.0-SNAPSHOT";
return "master 0.4.1";
}
}
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.2'
jmonkeyengineVersion = '3.3.2-stable'
jmePowerVersion = '0.4.1-SNAPSHOT'
lemurPowerVersion = '0.4.1-SNAPSHOT'
jmePowerVersion = '0.4.1'
lemurPowerVersion = '0.4.1'
}

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

## Version 0.4.1 released on TBD

+ Publish to MavenCentral instead of JCenter.
+ Build using Gradle v6.8.2 and Heart v6.4.2 .

## Version 0.4.0 released on 30 January 2021

+ Build using Heart v6.4.0 and use its version of the `Loadable` class.
Expand Down

0 comments on commit 9ca0bc0

Please sign in to comment.