Skip to content

Commit

Permalink
Merge pull request #347 from MohamedRejeb/1.x
Browse files Browse the repository at this point in the history
Update version to 1.0.0-rc07
  • Loading branch information
MohamedRejeb authored Sep 21, 2024
2 parents eaaf1ed + 1a86199 commit 195db35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 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-rc06")
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc07")
```

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

| Kotlin version | Compose version | Compose Rich Editor version |
|----------------|-----------------|-----------------------------|
| 2.0.20 | 1.6.11 | 1.0.0-rc07 |
| 2.0.10 | 1.6.11 | 1.0.0-rc06 |
| 2.0.0 | 1.6.10 | 1.0.0-rc05-k2 |
| 1.9.24 | 1.6.10 | 1.0.0-rc05 |
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-rc06"
version = System.getenv("VERSION") ?: "1.0.0-rc07"
}

nexusPublishing {
Expand Down
3 changes: 2 additions & 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-rc06")
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc07")
```

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

| Kotlin version | Compose version | Compose Rich Editor version |
|----------------|-----------------|-----------------------------|
| 2.0.20 | 1.6.11 | 1.0.0-rc07 |
| 2.0.10 | 1.6.11 | 1.0.0-rc06 |
| 2.0.0 | 1.6.10 | 1.0.0-rc05-k2 |
| 1.9.24 | 1.6.10 | 1.0.0-rc05 |
Expand Down

0 comments on commit 195db35

Please sign in to comment.