Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
raeleus committed Jul 8, 2019
1 parent f44742e commit ae1a0f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES #

### Version 4.1.0 ###

* Added autoUpdate option to TenPatchDrawable. No longer unnecessary to call update() manually unless you want to specify a delta different from Gdx.graphics.getDeltaTime().

### Version 4.0.0 ###

* Merged AnimatedTenPatchDrawable features into TenPatchDrawable and removed AnimatedTenPatchDrawable class.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### TenPatch ###

Version 4.0.0
Version 4.1.0

This project is an alternative to libGDX's 9patch implementation. It has the following features:

Expand Down Expand Up @@ -37,7 +37,7 @@ project(":core") {
dependencies {
...
compile 'com.github.raeleus.TenPatch:tenpatch:4.0.0'
compile 'com.github.raeleus.TenPatch:tenpatch:4.1.0'
}
}
```
Expand All @@ -52,7 +52,7 @@ project(":html") {
dependencies {
...
compile 'com.github.raeleus.TenPatch:tenpatch:4.0.0:sources'
compile 'com.github.raeleus.TenPatch:tenpatch:4.1.0:sources'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects {
apply plugin: "eclipse"
apply plugin: "idea"

version = '4.0.0'
version = '4.1.0'
ext {
appName = "tenpatch"
gdxVersion = '1.9.9'
Expand Down

0 comments on commit ae1a0f7

Please sign in to comment.