Skip to content

Commit

Permalink
Merge pull request #172 from MohamedRejeb/1.x
Browse files Browse the repository at this point in the history
Update version to 1.0.0-rc01
  • Loading branch information
MohamedRejeb committed Dec 31, 2023
2 parents ab2df3b + dd6b530 commit 2d6fd78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
//}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "com.mohamedrejeb.richeditor"
version = "1.0.0-beta05"
version = "1.0.0-rc01"
}

nexusPublishing {
Expand All @@ -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"))
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d6fd78

Please sign in to comment.