Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaskb committed Jun 10, 2019
1 parent f9cc67a commit dd512f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unreleased]
[1.0.7]
- Added new WIND effect.
- Added proper support to HTML / GWT by using RegExodus, thanks tommyettinger! See https://github.com/rafaskb/typing-label/pull/12

[1.0.6]
- Fixed bug causing glyphs to appear completely out of place.
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.0.6'
typingLabelVersion = '1.0.7'
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.0.6'
version '1.0.7'
group 'com.rafaskoberg.gdx'

def gdxVersion = '1.9.9'
Expand Down

0 comments on commit dd512f2

Please sign in to comment.