Skip to content

Commit

Permalink
Updated for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pspeed42 committed Mar 31, 2021
1 parent 4f55a44 commit 509e01b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'java'
apply plugin: 'groovy'
apply plugin: 'maven'

version='1.4.1-SNAPSHOT'
version='1.4.1'
group='com.simsilica'

ext.jmeVersion = "3.1.0-stable"
Expand Down
8 changes: 4 additions & 4 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 1.4.1 (unreleased)
Version 1.4.1 (latest)
--------------
* Added some copy constructors to Vec3d, Vec4d, and Quatd.
* Added getters for the start/end pos, rotation, visibility of
* Added getters for the start/end pos, rotation, visibility of
PositionTransition3d and PositionTransition3f
* Added Grid.worldToId(Vec3d), Grid.worldToId(double, double, double)
and Grid.cellToId(Vec3i)
Expand All @@ -15,15 +15,15 @@ Version 1.4.1 (unreleased)
* Added Rayd, a double-precision Ray class.


Version 1.4.0 (latest)
Version 1.4.0
--------------
* Added an IntRange interface and default FixedIntRange implementation to
represent a range of ints.
* Added an IntRangeSet which is a Set<Integer> (and effectively Set<int))
that is space-optimized for sets of integers that consist of packed ranges.


Version 1.3.0
Version 1.3.0
--------------
* Added Quatd.fromAngles(double[])
* Added Quatd.equals() and Quatd.hashCode()
Expand Down

0 comments on commit 509e01b

Please sign in to comment.