Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaskb committed May 20, 2022
1 parent 4dc6cc1 commit f2401b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[1.3.0-SNAPSHOT]
[1.3.0]
- Fixed Windows line breaks (CR/LF) causing effect tokens to skip characters. This was mostly noticeable when loading strings from a text file.
- Added `TokenDelimiter` configuration to `TypingConfig`, allowing users to change the token syntax. {CurlyBrackets}, [Brackets], and (Parentheses) are supported.
- TypingLabel now depends on libGDX 1.11.0, because of differences in how it handles text internally (which this depends on). If you need compatibility with libGDX 1.9.9 through 1.10.0, you must use version 1.2.0 at the latest.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ regExodusVersion=0.1.13

GROUP=com.rafaskoberg.gdx
POM_ARTIFACT_ID=typing-label
VERSION_NAME=1.3.0.1-SNAPSHOT
VERSION_NAME=1.3.0

POM_NAME=typing-label
POM_DESCRIPTION=A libGDX Label that appears as if it was being typed in real time.
Expand Down

0 comments on commit f2401b6

Please sign in to comment.