Skip to content

Commit 3782cdd

Browse files
committed
Release v0.0.12 🎁
1 parent 112d6ba commit 3782cdd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ allprojects {
2929
Add the dependency
3030
```Groovy
3131
dependencies {
32-
compile 'com.github.GwonHyeok:StickySwitch:0.0.11'
32+
compile 'com.github.GwonHyeok:StickySwitch:0.0.12'
3333
}
3434
```
3535

stickyswitch/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 15
1212
targetSdkVersion 25
1313
versionCode 1
14-
versionName "0.0.11"
14+
versionName "0.0.12"
1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616

1717
}
@@ -44,7 +44,7 @@ publish {
4444
userOrg = 'ghyeok'
4545
groupId = 'io.ghyeok.lib'
4646
artifactId = 'sticky-switch'
47-
publishVersion = '0.0.11'
47+
publishVersion = '0.0.12'
4848
desc = 'Sticky Switch'
4949
website = 'https://github.com/GwonHyeok/StickySwitch'
5050
issueTracker = 'https://github.com/GwonHyeok/StickySwitch/issues'

0 commit comments

Comments
 (0)