From 509e01b3ec7184dd221f492cc3c2e579eff708bf Mon Sep 17 00:00:00 2001 From: Paul Speed Date: Wed, 31 Mar 2021 12:21:43 -0400 Subject: [PATCH] Updated for release. --- build.gradle | 2 +- release-notes.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 85dccd2..82504ae 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/release-notes.md b/release-notes.md index d916434..74471ce 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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) @@ -15,7 +15,7 @@ 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. @@ -23,7 +23,7 @@ Version 1.4.0 (latest) 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()