Skip to content

Commit

Permalink
Release version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmuenzer committed May 3, 2017
1 parent 70676df commit 69cac49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The library is available on `jcenter()`. Just add these lines in your `build.gra

```groovy
dependencies {
compile 'com.michaelmuenzer.android:ScrollableNumberPicker:0.2'
compile 'com.michaelmuenzer.android:ScrollableNumberPicker:0.2.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.michaelmuenzer.android'
PUBLISH_ARTIFACT_ID = 'ScrollableNumberPicker'
PUBLISH_VERSION = '0.2'
PUBLISH_VERSION = '0.2.2'
}

android {
Expand Down

0 comments on commit 69cac49

Please sign in to comment.