Skip to content

Commit 5e846e3

Browse files
authored
update version to 1.0.1 🎉
1 parent a1e2337 commit 5e846e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ColorPicker
2-
[![](https://jitpack.io/v/applikationsprogramvara/ColorPicker.svg)](https://jitpack.io/#applikationsprogramvara/ColorPicker/1.0.0)
2+
[![](https://jitpack.io/v/applikationsprogramvara/ColorPicker.svg)](https://jitpack.io/#applikationsprogramvara/ColorPicker/1.0.1)
33

44
Color picker view library provides selection of a color via human-perceivable form [HSB](https://en.wikipedia.org/wiki/HSL_and_HSV) using three selectors: hue, saturation and brightness.
55
The code is very simple and small (on August 2020).
@@ -41,7 +41,7 @@ Add it in your root build.gradle at the end of repositories:
4141
Step 2. Add the dependency
4242
``` gradle
4343
dependencies {
44-
implementation 'com.github.applikationsprogramvara:ColorPicker:1.0.0'
44+
implementation 'com.github.applikationsprogramvara:ColorPicker:1.0.1'
4545
}
4646
```
4747

0 commit comments

Comments
 (0)