Skip to content

Commit

Permalink
Rolling versions for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pspeed42 committed Jan 26, 2023
1 parent 27b1cef commit bb3998f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id 'signing'
}

version='1.6.0-SNAPSHOT'
version='1.6.0'
group='com.simsilica'
ext.websiteUrl = 'https://github.com/Simsilica/SimMath'

Expand Down
4 changes: 2 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.6.0 (unreleased)
Version 1.6.0 (latest)
--------------
* Fixed an issue with how Quatd.equals() and Vec3d.equals() dealt with
NaN and -0. Thanks, sgold.
Expand All @@ -16,7 +16,7 @@ Version 1.6.0 (unreleased)
* A bunch of javadoc updates (thanks, sgold)


Version 1.5.0 (latest)
Version 1.5.0
--------------
* Added Quatd.get(int) and Quatd.set(int, double) methods to be similar
to Vec3d in allowing individual components to be set by index.
Expand Down

0 comments on commit bb3998f

Please sign in to comment.