We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f61a06 commit 3c72955Copy full SHA for 3c72955
2 files changed
build.gradle
@@ -20,7 +20,7 @@ apply plugin: 'java'
20
apply plugin: 'groovy'
21
apply plugin: 'maven'
22
23
-version='1.4.0-SNAPSHOT'
+version='1.4.0'
24
group='com.simsilica'
25
26
ext.jmeVersion = "3.1.0-stable"
release-notes.md
@@ -1,12 +1,12 @@
1
-Version 1.4.0 (unreleased)
+Version 1.4.0 (latest)
2
--------------
3
* Added an IntRange interface and default FixedIntRange implementation to
4
represent a range of ints.
5
* Added an IntRangeSet which is a Set<Integer> (and effectively Set<int))
6
that is space-optimized for sets of integers that consist of packed ranges.
7
8
9
-Version 1.3.0 (latest)
+Version 1.3.0
10
11
* Added Quatd.fromAngles(double[])
12
* Added Quatd.equals() and Quatd.hashCode()
0 commit comments