Skip to content

Commit f77c52b

Browse files
authored
Merge pull request #246 from MohamedRejeb/1.x
Update version to 1.0.0-rc04
2 parents 9c02483 + b18db11 commit f77c52b

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
@@ -20,7 +20,7 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f
2020
Compose Rich Editor is available on `mavenCentral()`.
2121

2222
```kotlin
23-
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc03")
23+
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc04")
2424
```
2525

2626
## 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-rc03"
7+
version = System.getenv("VERSION") ?: "1.0.0-rc04"
88
}
99

1010
nexusPublishing {

docs/index.md

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

2020
```kotlin
21-
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc03")
21+
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc04")
2222
```
2323

2424
## Quick Start

0 commit comments

Comments
 (0)