Skip to content

Commit

Permalink
Release v0.0.8 🎁
Browse files Browse the repository at this point in the history
  • Loading branch information
GwonHyeok committed Mar 23, 2017
1 parent e6b3d4d commit a24d157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ allprojects {
Add the dependency
```Groovy
dependencies {
compile 'com.github.GwonHyeok:StickySwitch:0.0.7'
compile 'com.github.GwonHyeok:StickySwitch:0.0.8'
}
```

Expand Down
4 changes: 2 additions & 2 deletions stickyswitch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 15
targetSdkVersion 25
versionCode 1
versionName "0.0.7"
versionName "0.0.8"

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

Expand Down Expand Up @@ -45,7 +45,7 @@ publish {
userOrg = 'ghyeok'
groupId = 'io.ghyeok.lib'
artifactId = 'sticky-switch'
publishVersion = '0.0.7'
publishVersion = '0.0.8'
desc = 'Sticky Switch'
website = 'https://github.com/GwonHyeok/StickySwitch'
issueTracker = 'https://github.com/GwonHyeok/StickySwitch/issues'
Expand Down

0 comments on commit a24d157

Please sign in to comment.