From 92bd1fefcdd2d6ccee5dd861f2cbeac61a0bca35 Mon Sep 17 00:00:00 2001 From: Ehsan Narmani Date: Thu, 30 Jan 2025 13:05:01 +0330 Subject: [PATCH] upgrade version and update readme --- README.md | 2 -- compose-charts/build.gradle.kts | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b548c25..0984234 100644 --- a/README.md +++ b/README.md @@ -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/). \ No newline at end of file diff --git a/compose-charts/build.gradle.kts b/compose-charts/build.gradle.kts index f2c38d8..3964cb9 100644 --- a/compose-charts/build.gradle.kts +++ b/compose-charts/build.gradle.kts @@ -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")