Skip to content

Commit 195db35

Browse files
authored
Merge pull request #347 from MohamedRejeb/1.x
Update version to 1.0.0-rc07
2 parents eaaf1ed + 1a86199 commit 195db35

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 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-rc06")
24+
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc07")
2525
```
2626

2727
## Compatibility
@@ -30,6 +30,7 @@ implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc06")
3030

3131
| Kotlin version | Compose version | Compose Rich Editor version |
3232
|----------------|-----------------|-----------------------------|
33+
| 2.0.20 | 1.6.11 | 1.0.0-rc07 |
3334
| 2.0.10 | 1.6.11 | 1.0.0-rc06 |
3435
| 2.0.0 | 1.6.10 | 1.0.0-rc05-k2 |
3536
| 1.9.24 | 1.6.10 | 1.0.0-rc05 |

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

1010
nexusPublishing {

docs/index.md

Lines changed: 2 additions & 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-rc06")
22+
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc07")
2323
```
2424

2525
## Compatibility
@@ -28,6 +28,7 @@ implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc06")
2828

2929
| Kotlin version | Compose version | Compose Rich Editor version |
3030
|----------------|-----------------|-----------------------------|
31+
| 2.0.20 | 1.6.11 | 1.0.0-rc07 |
3132
| 2.0.10 | 1.6.11 | 1.0.0-rc06 |
3233
| 2.0.0 | 1.6.10 | 1.0.0-rc05-k2 |
3334
| 1.9.24 | 1.6.10 | 1.0.0-rc05 |

0 commit comments

Comments
 (0)