Skip to content

Commit

Permalink
Update version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hearsilent committed Apr 29, 2019
1 parent fdd0f69 commit e6e1d05
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.0.4'
implementation 'com.github.hearsilent:DiscreteSlider:1.0.6'
}
```

Expand Down
4 changes: 2 additions & 2 deletions discreteslider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 100050
versionName "1.0.5"
versionCode 100060
versionName "1.0.6"

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

Expand Down

0 comments on commit e6e1d05

Please sign in to comment.