Skip to content

Commit 023f6eb

Browse files
committed
increase version number
1 parent f92b72d commit 023f6eb

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
@@ -27,7 +27,7 @@ allprojects {
2727
Add the dependency to the project build.gradle:
2828
```Gradle
2929
dependencies {
30-
implementation 'com.github.classiczires:Android-Switch-Segmented-Control:1.0.4'
30+
implementation 'com.github.classiczires:Android-Switch-Segmented-Control:1.0.5'
3131
}
3232
```
3333

switchsegmentedcontrol/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 17
1010
targetSdkVersion 30
11-
versionCode 5
12-
versionName "1.0.4"
11+
versionCode 6
12+
versionName "1.0.5"
1313

1414
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1515

0 commit comments

Comments
 (0)