Skip to content

Commit

Permalink
Release v0.0.11 🎁
Browse files Browse the repository at this point in the history
  • Loading branch information
GwonHyeok committed Apr 17, 2017
1 parent 0fabc63 commit 8ed9076
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10'
compile 'com.github.GwonHyeok:StickySwitch:0.0.11'
}
```

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.10"
versionName "0.0.11"

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

0 comments on commit 8ed9076

Please sign in to comment.