Skip to content

Commit 2e3de46

Browse files
committed
bump version to 6.4.4 and update release-notes.md
1 parent 8cb57df commit 2e3de46

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

HeartLibrary/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# release log for the Heart Library and related tests
22

3+
## Version 6.4.4 released on TBD
4+
5+
+ Targeted jMonkeyEngine version 3.4.0-stable.
6+
+ Replaced HeartTextures with textures from the Georg project.
7+
+ Anti-aliased the "shapes" textures by downsampling them 10x.
8+
+ Upgraded Gradle to v7.0.2
9+
310
## Version 6.4.3+for34 released on 22 April 2021
411

512
+ Bugfix: Locale not specified in the `MyString.describe()`

HeartLibrary/src/main/java/jme3utilities/Heart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ public static void setLoggingLevels(Level newLevel) {
408408
* @return project name, library name, branch, and revision
409409
*/
410410
public static String version() {
411-
return "Heart Heart master $Rev: 6.4.4+for34-SNAPSHOT $";
411+
return "Heart Heart master $Rev: 6.4.4 $";
412412
}
413413

414414
/**

common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gradle.projectsEvaluated {
3030

3131
ext {
3232
// current versions of various libraries
33-
heartVersion = '6.4.4+for34-SNAPSHOT'
33+
heartVersion = '6.4.4'
3434
jmonkeyengineVersion = '3.4.0-stable'
3535
}
3636

0 commit comments

Comments
 (0)