Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaskb committed Jun 16, 2019
1 parent 4e07c9e commit 3d72fdf
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.1.0]
- Added global variables that can be set in TypingConfig.GLOBAL_VARS.
- API Change: Effect::onApply now takes a TypingGlyph instead of Glyph. This might break custom effects.
- Added new RAINBOW effect.
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.7'
typingLabelVersion = '1.1.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.0.7'
version '1.1.0'
group 'com.rafaskoberg.gdx'

def gdxVersion = '1.9.9'
Expand Down

0 comments on commit 3d72fdf

Please sign in to comment.