diff --git a/README.md b/README.md index a1383ca2..f9c65e09 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,19 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f Compose Rich Editor is available on `mavenCentral()`. -### K1 - ```kotlin -implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05") +implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc06") ``` -### K2 +## Compatibility -```kotlin -implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05-k2") -``` +[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22) + +| Kotlin version | Compose version | Compose Rich Editor version | +|----------------|-----------------|-----------------------------| +| 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 | ## Quick Start diff --git a/convention-plugins/src/main/kotlin/root.publication.gradle.kts b/convention-plugins/src/main/kotlin/root.publication.gradle.kts index 38bafdf1..c5b8d05c 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-rc05-k2" + version = System.getenv("VERSION") ?: "1.0.0-rc06" } nexusPublishing { diff --git a/docs/index.md b/docs/index.md index 47d31b2a..6bee153b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,17 +18,19 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f Compose Rich Editor is available on `mavenCentral()`. -### K1 - ```kotlin -implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05") +implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc06") ``` -### K2 +## Compatibility -```kotlin -implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05-k2") -``` +[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22) + +| Kotlin version | Compose version | Compose Rich Editor version | +|----------------|-----------------|-----------------------------| +| 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 | ## Quick Start