Skip to content

Commit 92bd1fe

Browse files
committedJan 30, 2025·
upgrade version and update readme
1 parent 68d8326 commit 92bd1fe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎README.md

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ dependencies {
2020
implementation ("io.github.ehsannarmani:compose-charts:latest_version")
2121
}
2222
```
23-
> [!NOTE]
24-
> 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).
2523

2624
### Document
2725
You can read full guide and document [here](https://ehsannarmani.github.io/ComposeCharts/).

‎compose-charts/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mavenPublishing{
1515
coordinates(
1616
groupId = "io.github.ehsannarmani",
1717
artifactId = "compose-charts",
18-
version = "0.1.0"
18+
version = "0.1.1"
1919
)
2020
pom{
2121
name.set("Compose Charts")

0 commit comments

Comments
 (0)
Please sign in to comment.