From b18db117822ecc8524cd5b6996863125cb485db3 Mon Sep 17 00:00:00 2001 From: MohamedRejeb Date: Mon, 8 Apr 2024 18:36:12 +0100 Subject: [PATCH] Update version to 1.0.0-rc04 --- README.md | 2 +- convention-plugins/src/main/kotlin/root.publication.gradle.kts | 2 +- docs/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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