Skip to content

Commit fcec9df

Browse files
committed
Update version to 1.2.0
1 parent 4b9dd81 commit fcec9df

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
@@ -33,7 +33,7 @@ allprojects {
3333
**Step 2.** Add the dependency
3434
```gradle
3535
dependencies {
36-
implementation 'com.github.hearsilent:DiscreteSlider:1.1.2'
36+
implementation 'com.github.hearsilent:DiscreteSlider:1.2.0'
3737
}
3838
```
3939

discreteslider/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ android {
55
defaultConfig {
66
minSdkVersion 14
77
targetSdkVersion 29
8-
versionCode 101020
9-
versionName "1.1.2"
8+
versionCode 102000
9+
versionName "1.2.0"
1010

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

0 commit comments

Comments
 (0)