Skip to content

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
your username committed Sep 16, 2022
1 parent e909b36 commit ee01fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://user-images.githubusercontent.com/12600936/189493581-ae1d92ea-143f-4b0f-
#### Gradle:
```gradle
dependencies {
implementation 'com.raedapps:alwan:1.0.0'
implementation 'com.raedapps:alwan:1.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion alwan/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {

ext {
PUBLISH_GROUP_ID = 'com.raedapps'
PUBLISH_VERSION = '1.0.0'
PUBLISH_VERSION = '1.0.1'
PUBLISH_ARTIFACT_ID = 'alwan'
PUBLISH_DESCRIPTION = 'An Android Jetpack Compose color picker'
PUBLISH_URL = 'https://github.com/Raed-Mughaus/compose-color-picker'
Expand Down

0 comments on commit ee01fcc

Please sign in to comment.