Skip to content

Commit bb3998f

Browse files
committed
Rolling versions for release.
1 parent 27b1cef commit bb3998f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id 'signing'
1010
}
1111

12-
version='1.6.0-SNAPSHOT'
12+
version='1.6.0'
1313
group='com.simsilica'
1414
ext.websiteUrl = 'https://github.com/Simsilica/SimMath'
1515

release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 1.6.0 (unreleased)
1+
Version 1.6.0 (latest)
22
--------------
33
* Fixed an issue with how Quatd.equals() and Vec3d.equals() dealt with
44
NaN and -0. Thanks, sgold.
@@ -16,7 +16,7 @@ Version 1.6.0 (unreleased)
1616
* A bunch of javadoc updates (thanks, sgold)
1717

1818

19-
Version 1.5.0 (latest)
19+
Version 1.5.0
2020
--------------
2121
* Added Quatd.get(int) and Quatd.set(int, double) methods to be similar
2222
to Vec3d in allowing individual components to be set by index.

0 commit comments

Comments
 (0)