From dd6b530ebe0a0d1e90d10735123520d7b8b37b30 Mon Sep 17 00:00:00 2001 From: MohamedRejeb Date: Sun, 31 Dec 2023 21:24:19 +0100 Subject: [PATCH] Update version to 1.0.0-rc01 --- README.md | 2 +- build.gradle.kts | 7 +------ .../src/main/kotlin/root.publication.gradle.kts | 5 +---- docs/index.md | 2 +- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4a08c010..5ebc7acb 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-beta05") +implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc01") ``` ## Quick Start diff --git a/build.gradle.kts b/build.gradle.kts index bd068fd7..0508ded7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,9 +5,4 @@ plugins { alias(libs.plugins.kotlinAndroid).apply(false) alias(libs.plugins.kotlinMultiplatform).apply(false) alias(libs.plugins.composeMultiplatform).apply(false) -// alias(libs.plugins.dokka).apply(false) -} - -//allprojects { -// apply(plugin = "org.jetbrains.dokka") -//} \ No newline at end of file +} \ No newline at end of file diff --git a/convention-plugins/src/main/kotlin/root.publication.gradle.kts b/convention-plugins/src/main/kotlin/root.publication.gradle.kts index c9fc85b6..6d547681 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 = "1.0.0-beta05" + version = "1.0.0-rc01" } nexusPublishing { @@ -14,9 +14,6 @@ nexusPublishing { sonatype { nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/")) snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) -// stagingProfileId.set(System.getenv("OSSRH_STAGING_PROFILE_ID")) -// username.set(project.findProperty("sonatypeUsername")?.toString()?.replaceFirst("'", "")?.replaceFirst("'", "")) -// password.set(project.findProperty("sonatypePassword")?.toString()?.replaceFirst("'", "")?.replaceFirst("'", "")) stagingProfileId.set(System.getenv("OSSRH_STAGING_PROFILE_ID")) username.set(System.getenv("OSSRH_USERNAME")) password.set(System.getenv("OSSRH_PASSWORD")) diff --git a/docs/index.md b/docs/index.md index 91b3e0b4..8617fa43 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-beta05") +implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc01") ``` ## Quick Start