diff --git a/README.md b/README.md index 4da30187..8001bc9c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,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-rc03") +implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc04") ``` ## 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 33d2e05c..7d7768c5 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-rc03" + version = System.getenv("VERSION") ?: "1.0.0-rc04" } nexusPublishing { diff --git a/docs/index.md b/docs/index.md index 558adfd6..dc9bc9a2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,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-rc03") +implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc04") ``` ## Quick Start