Skip to content

Commit

Permalink
upgrade version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsannarmani committed Jan 30, 2025
1 parent 68d8326 commit 92bd1fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ dependencies {
implementation ("io.github.ehsannarmani:compose-charts:latest_version")
}
```
> [!NOTE]
> We migrated to maven central repository in 0.0.5v, so if you want to access previous versions of library, see [this](https://github.com/ehsannarmani/ComposeCharts/tree/0.0.4).

### Document
You can read full guide and document [here](https://ehsannarmani.github.io/ComposeCharts/).
2 changes: 1 addition & 1 deletion compose-charts/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mavenPublishing{
coordinates(
groupId = "io.github.ehsannarmani",
artifactId = "compose-charts",
version = "0.1.0"
version = "0.1.1"
)
pom{
name.set("Compose Charts")
Expand Down

0 comments on commit 92bd1fe

Please sign in to comment.