Skip to content

Commit

Permalink
Release v0.0.7 🎁
Browse files Browse the repository at this point in the history
  • Loading branch information
GwonHyeok committed Mar 21, 2017
1 parent 2a44b6b commit 31f93ba
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.6'
compile 'com.github.GwonHyeok:StickySwitch:0.0.7'
}
```

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.6"
versionName "0.0.7"

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.6'
publishVersion = '0.0.7'
desc = 'Sticky Switch'
website = 'https://github.com/GwonHyeok/StickySwitch'
issueTracker = 'https://github.com/GwonHyeok/StickySwitch/issues'
Expand Down

0 comments on commit 31f93ba

Please sign in to comment.