Skip to content

Commit 935147e

Browse files
committed
Bump version to 0.6.2
1 parent 651374b commit 935147e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Gradle dependency:
2222

2323
```gradle
24-
implementation "codes.side:andcolorpicker:0.6.1"
24+
implementation "codes.side:andcolorpicker:0.6.2"
2525
```
2626

2727
## :art: Picker types

andcolorpicker/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apply plugin: "kotlin-android-extensions"
88

99
ext {
1010
PUBLISH_GROUP_ID = "codes.side"
11-
PUBLISH_VERSION = "0.6.1"
11+
PUBLISH_VERSION = "0.6.2"
1212
PUBLISH_ARTIFACT_ID = "andcolorpicker"
1313
}
1414

@@ -21,8 +21,8 @@ android {
2121
defaultConfig {
2222
minSdkVersion 19
2323
targetSdkVersion 30
24-
versionCode 7
25-
versionName "0.6.1"
24+
versionCode 8
25+
versionName "0.6.2"
2626

2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828
consumerProguardFiles "consumer-rules.pro"

integrationapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
dependencies {
4040
implementation fileTree(dir: "libs", include: ["*.jar"])
4141

42-
implementation "codes.side:andcolorpicker:0.6.1"
42+
implementation "codes.side:andcolorpicker:0.6.2"
4343

4444
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4545
implementation "androidx.appcompat:appcompat:1.3.0-rc01"

0 commit comments

Comments
 (0)