Skip to content

Commit b658155

Browse files
committed
bump version to 3.0.1 and update release-log.md
1 parent fd834f9 commit b658155

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
ext {
88
// current versions of libraries:
99
jme3Version = '3.6.1-stable'
10-
jmeTtfVersion = '3.0.1-SNAPSHOT'
10+
jmeTtfVersion = '3.0.1'
1111
}
1212

1313
subprojects {

release-log.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Release log for the jME-TTF library
22

3+
## v3.0.1
4+
5+
+ Bugfix: material definitions lack support for GLSL versions > 100
6+
+ Delete carriage-return characters from text files.
7+
+ Upgrade JMonkeyEngine to v3.6.1-stable.
8+
39
## v3.0.0
410

511
+ Redefine the `TrueTypeKey` class to avoid raw use
612
of JME's parameterized `AssetKey` class. (API change)
713
+ Rename the `getIntenisty()` method in the `BlurText` class. (API change)
8-
+ Split off 2 sub-projects: JmeTtfExamples and JmeTtfLibrary.
9-
+ Upgrade JME to v3.6.0-stable.
14+
+ Split off 2 sub-projects: JmeTtfExamples and JmeTtfLibrary.
15+
+ Upgrade JMonkeyEngine to v3.6.0-stable.
1016

1117
## v2.2.4
1218

0 commit comments

Comments
 (0)