Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
barsoosayque committed Feb 20, 2020
1 parent 72a657b commit 04201c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can use *jcenter* repository to find this library and use it as a dependency

```groovy
ext {
libgdxoboe_version = "0.2.1"
libgdxoboe_version = "0.2.2"
}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {
siteUrl = 'https://github.com/barsoosayque/libgdx-oboe'
gitUrl = 'https://github.com/barsoosayque/libgdx-oboe.git'

libraryVersion = '0.2.1'
libraryVersion = '0.2.2'

developerId = 'barsoosayque'
developerName = 'barsoosayque'
Expand Down

0 comments on commit 04201c8

Please sign in to comment.