Skip to content

Commit

Permalink
[Release] 1.0.1 Released!
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-manshu committed Nov 15, 2022
1 parent d826df6 commit 4593860
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 @@ -19,7 +19,7 @@ In `build.gradle` of app module, include this dependency

```gradle
dependencies {
implementation("com.himanshoe:charty:1.0.0")
implementation("com.himanshoe:charty:1.0.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion charty/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ POM_DESCRIPTION=An Elementary Compose Chart library.
POM_PACKAGING=aar
POM_INCEPTION_YEAR=2022
GROUP=com.himanshoe
VERSION_NAME=1.0.0
VERSION_NAME=1.0.1
VERSION_CODE=1
POM_URL=https://github.com/hi-manshu
POM_LICENCE_NAME=The Apache Software License, Version 2.0
Expand Down

0 comments on commit 4593860

Please sign in to comment.