Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
close #5
  • Loading branch information
yuzumone committed Jan 20, 2017
1 parent 559abdf commit 8803dee
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 @@ -21,7 +21,7 @@ Add this to your app `build.gradle` file.
```gradle
dependencies {
...
compile 'com.github.yuzumone:StateButton:0.1.0'
compile 'com.github.yuzumone:StateButton:0.1.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion statebutton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionName "0.1.0"
versionName "0.1.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 8803dee

Please sign in to comment.