Skip to content

Commit

Permalink
Update version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hearsilent committed Apr 20, 2020
1 parent 3f46447 commit 617609e
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 @@ -33,7 +33,7 @@ allprojects {
**Step 2.** Add the dependency
```gradle
dependencies {
implementation 'com.github.hearsilent:DiscreteSlider:1.2.0'
implementation 'com.github.hearsilent:DiscreteSlider:1.2.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions discreteslider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionCode 102000
versionName "1.2.0"
versionCode 102010
versionName "1.2.1"

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

Expand Down

0 comments on commit 617609e

Please sign in to comment.