Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barsoosayque committed Jan 2, 2019
1 parent 3a10ace commit 49bf9ba
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.1.0"
libgdxoboe_version = "0.1.1"
}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {
siteUrl = 'https://gitlab.com/barsoosayque/libgdx-oboe'
gitUrl = 'https://gitlab.com/barsoosayque/libgdx-oboe.git'

libraryVersion = '0.1.0'
libraryVersion = '0.1.1'

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

0 comments on commit 49bf9ba

Please sign in to comment.