diff --git a/README.md b/README.md index ae1afe39..30eccba4 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-rc04") +implementation("com.mohamedrejeb.richeditor:richeditor-compose: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 7d7768c5..7dba6afd 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-rc04" + version = System.getenv("VERSION") ?: "1.0.0-rc05" } nexusPublishing { diff --git a/docs/index.md b/docs/index.md index 961a0a0b..6f8cd73c 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-rc04") +implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05") ``` ## Quick Start