Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaskb committed May 31, 2019
1 parent 17a12e3 commit 080895f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the dependency to your build.gradle file, in the dependencies block of the c
#### Using Gradle
```groovy
dependencies {
compile 'com.rafaskoberg.gdx:typing-label:1.0.5'
compile 'com.rafaskoberg.gdx:typing-label:1.0.6'
}
```

Expand All @@ -24,7 +24,7 @@ dependencies {
<dependency>
<groupId>com.rafaskoberg.gdx</groupId>
<artifactId>typing-label</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>
```

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.5'
version '1.0.6'
group 'com.rafaskoberg.gdx'

def gdxVersion = '1.9.9'
Expand Down

0 comments on commit 080895f

Please sign in to comment.