File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ apply plugin: 'java'
2020apply plugin : ' groovy'
2121apply plugin : ' maven'
2222
23- version= ' 1.4.0-SNAPSHOT '
23+ version= ' 1.4.0'
2424group= ' com.simsilica'
2525
2626ext. jmeVersion = " 3.1.0-stable"
Original file line number Diff line number Diff line change 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()
You can’t perform that action at this time.
0 commit comments