Skip to content

Commit

Permalink
bump version to 0.5.3 and update release-log.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 1, 2023
1 parent 09bd477 commit 7ba0ff1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions GarrettLibrary/release-log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# release log for the Garrett Library

## Version 0.5.3 releases on TBD

+ Added a sweep-test option to `OrbitCamera`
+ Upgraded JMonkeyEngine to v3.6.0-stable.
+ Upgraded the Heart library to v8.3.2 and the Minie library to v7.4.0

## Version 0.5.2 released on 20 November 2022

+ Split the `maxAbsDot` parameter into 2 parameters: `maxDot` and `MinDot`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2021-2022, Stephen Gold
Copyright (c) 2021-2023, Stephen Gold
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -62,6 +62,6 @@ private GarrettVersion() {
* @return the branch and revision string (not null, not empty)
*/
public static String versionShort() {
return "master 0.5.3-SNAPSHOT";
return "master 0.5.3";
}
}
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
minieCoordinates = 'com.github.stephengold:Minie:7.4.0'

// current versions of libraries:
garrettVersion = '0.5.3-SNAPSHOT'
garrettVersion = '0.5.3'
jme3Version = '3.6.0-stable'
}

Expand Down

0 comments on commit 7ba0ff1

Please sign in to comment.