Skip to content

Commit 3c72955

Browse files
committed
Prepping for a release.
1 parent 2f61a06 commit 3c72955

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'java'
2020
apply plugin: 'groovy'
2121
apply plugin: 'maven'
2222

23-
version='1.4.0-SNAPSHOT'
23+
version='1.4.0'
2424
group='com.simsilica'
2525

2626
ext.jmeVersion = "3.1.0-stable"

release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Version 1.4.0 (unreleased)
1+
Version 1.4.0 (latest)
22
--------------
33
* Added an IntRange interface and default FixedIntRange implementation to
44
represent a range of ints.
55
* Added an IntRangeSet which is a Set<Integer> (and effectively Set<int))
66
that is space-optimized for sets of integers that consist of packed ranges.
77

88

9-
Version 1.3.0 (latest)
9+
Version 1.3.0
1010
--------------
1111
* Added Quatd.fromAngles(double[])
1212
* Added Quatd.equals() and Quatd.hashCode()

0 commit comments

Comments
 (0)