Skip to content

Commit ee1803a

Browse files
committed
Update the version to v1.0.0 in gradle.properties and README.md file
1 parent 61d7818 commit ee1803a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Add the following dependency to your `build.gradle` / `build.gradle.kts` file:
2323
For Groovy - `build.gradle`:
2424
````
2525
dependencies {
26-
implementation 'com.github.KvColorPalette:KvColorPicker-Android:0.0.2'
26+
implementation 'com.github.KvColorPalette:KvColorPicker-Android:1.0.0'
2727
}
2828
````
2929
For Kotlin DSL - `build.gradle.kts`:
3030
````
3131
dependencies {
32-
implementation("com.github.KvColorPalette:KvColorPicker-Android:0.0.2")
32+
implementation("com.github.KvColorPalette:KvColorPicker-Android:1.0.0")
3333
}
3434
````
3535

kv-color-picker/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
kvColorPaletteGroupId=com.github.KvColorPalette
22
kvColorPickerArtifactId=KvColorPicker-Android
3-
kvColorPickerVersion=0.0.2
3+
kvColorPickerVersion=1.0.0

0 commit comments

Comments
 (0)