Skip to content

Commit

Permalink
Merge pull request #246 from MohamedRejeb/1.x
Browse files Browse the repository at this point in the history
Update version to 1.0.0-rc04
  • Loading branch information
MohamedRejeb committed Apr 8, 2024
2 parents 9c02483 + b18db11 commit f77c52b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-rc03")
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc04")
```

## Quick Start
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
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-rc03")
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc04")
```

## Quick Start
Expand Down

0 comments on commit f77c52b

Please sign in to comment.