From 1a86199a6e79f56a5c31024acb2496052fd31f01 Mon Sep 17 00:00:00 2001 From: MohamedRejeb Date: Sat, 21 Sep 2024 16:46:09 +0100 Subject: [PATCH] Update version to 1.0.0-rc07 --- README.md | 3 ++- convention-plugins/src/main/kotlin/root.publication.gradle.kts | 2 +- docs/index.md | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9c65e09..4f4358be 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f Compose Rich Editor is available on `mavenCentral()`. ```kotlin -implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc06") +implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc07") ``` ## Compatibility @@ -30,6 +30,7 @@ implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc06") | Kotlin version | Compose version | Compose Rich Editor version | |----------------|-----------------|-----------------------------| +| 2.0.20 | 1.6.11 | 1.0.0-rc07 | | 2.0.10 | 1.6.11 | 1.0.0-rc06 | | 2.0.0 | 1.6.10 | 1.0.0-rc05-k2 | | 1.9.24 | 1.6.10 | 1.0.0-rc05 | diff --git a/convention-plugins/src/main/kotlin/root.publication.gradle.kts b/convention-plugins/src/main/kotlin/root.publication.gradle.kts index c5b8d05c..ec672da4 100644 --- a/convention-plugins/src/main/kotlin/root.publication.gradle.kts +++ b/convention-plugins/src/main/kotlin/root.publication.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.mohamedrejeb.richeditor" - version = System.getenv("VERSION") ?: "1.0.0-rc06" + version = System.getenv("VERSION") ?: "1.0.0-rc07" } nexusPublishing { diff --git a/docs/index.md b/docs/index.md index 6bee153b..8f04295e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,7 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f Compose Rich Editor is available on `mavenCentral()`. ```kotlin -implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc06") +implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc07") ``` ## Compatibility @@ -28,6 +28,7 @@ implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc06") | Kotlin version | Compose version | Compose Rich Editor version | |----------------|-----------------|-----------------------------| +| 2.0.20 | 1.6.11 | 1.0.0-rc07 | | 2.0.10 | 1.6.11 | 1.0.0-rc06 | | 2.0.0 | 1.6.10 | 1.0.0-rc05-k2 | | 1.9.24 | 1.6.10 | 1.0.0-rc05 |