Skip to content

Commit dc9bf77

Browse files
committed
Prepare for v4.3.1
1 parent a1a7d4b commit dc9bf77

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [4.3.1]
7+
8+
- Bugfix small font size.
9+
- Update libgdx v1.12.1.
10+
611
## [4.3.0]
712

813
- Fallback fonts/multiple fonts files to support dynamic font changing needed for Chinese and other logographic
914
languages.
1015
- Upgrade gradle + robovm + android plugin to latest versions.
1116
- Bugfix when adding a new item to a Ink list.
12-
-
1317

1418
## [4.2.0]
1519

adventure-editor/src/main/resources/versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ androidGradlePluginVersion=8.1.0
33
bladeInkVersion=1.1.2
44
libgdxVersion=1.12.1
55
roboVMVersion=2.3.20
6-
version=4.3.0
6+
version=4.3.1

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=4.3.0
1+
version=4.3.1
22
libgdxVersion=1.12.1
33
roboVMVersion=2.3.20
44
androidAPILevel=33

0 commit comments

Comments
 (0)