Skip to content

Commit 08fcc68

Browse files
authored
Update version to v1.0.0-rc05 (#285)
1 parent ce38e3e commit 08fcc68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f
2121
Compose Rich Editor is available on `mavenCentral()`.
2222

2323
```kotlin
24-
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc04")
24+
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05")
2525
```
2626

2727
## Quick Start

convention-plugins/src/main/kotlin/root.publication.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
allprojects {
66
group = "com.mohamedrejeb.richeditor"
7-
version = System.getenv("VERSION") ?: "1.0.0-rc04"
7+
version = System.getenv("VERSION") ?: "1.0.0-rc05"
88
}
99

1010
nexusPublishing {

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f
1919
Compose Rich Editor is available on `mavenCentral()`.
2020

2121
```kotlin
22-
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc04")
22+
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05")
2323
```
2424

2525
## Quick Start

0 commit comments

Comments
 (0)