Skip to content

Commit

Permalink
Update version to v1.0.0-rc05 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed May 23, 2024
1 parent ce38e3e commit 08fcc68
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 @@ -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
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-rc04"
version = System.getenv("VERSION") ?: "1.0.0-rc05"
}

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

0 comments on commit 08fcc68

Please sign in to comment.