Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaskb committed Feb 3, 2020
1 parent f81c6a1 commit 3811310
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Unreleased]
[1.2.0]
- API Addition: Added isSkipping method to TypingLabel class.
- Fixed exception being thrown when parsing malformed color values from token arguments.
- Fixed longer texts not being processed correctly after a setText call. Labels will now restart automatically after a setText call and will also skip to the end in case their progression has already ended.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It works as a drop-in replacement for normal [Scene2D Labels](https://github.com
Open _build.gradle_ in project root and add this to the _ext_ section under _allprojects_:

```groovy
typingLabelVersion = '1.1.0'
typingLabelVersion = '1.2.0'
regExodusVersion = '0.1.10' // Only if you're using HTML / GWT
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply from: 'publish.gradle'
sourceCompatibility = 1.7

def projectName = 'typing-label'
version '1.1.0'
version '1.2.0'
group 'com.rafaskoberg.gdx'

def gdxVersion = '1.9.9'
Expand Down

0 comments on commit 3811310

Please sign in to comment.