Skip to content

Commit

Permalink
bump version to 1.1.1 and update release-log.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 22, 2023
1 parent 8184ac4 commit bfe8229
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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 1.1.1-SNAPSHOT";
return "master 1.1.1";
}
}
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {

// current versions of libraries:
jme3Version = '3.6.0-stable'
jmePowerVersion = '1.1.1-SNAPSHOT'
jmePowerVersion = '1.1.1'
}

sourceCompatibility = JavaVersion.VERSION_1_7
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 1.1.1 released on TBD

+ Depend on Heart v8.3.2 and JME v3.6.0-stable.
+ Build using Gradle v8.0.2.

## Version 1.1.0 released on 9 November 2022

+ Bugfix: if the tasks finish quickly, the cinematic may terminate too soon.
Expand Down

0 comments on commit bfe8229

Please sign in to comment.