Skip to content

Commit c8c3f99

Browse files
authored
Merge pull request #331 from MohamedRejeb/fix-web-images
Update version to 1.0.0-rc06
2 parents 1936f8d + 787ca0b commit c8c3f99

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,19 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f
2020

2121
Compose Rich Editor is available on `mavenCentral()`.
2222

23-
### K1
24-
2523
```kotlin
26-
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05")
24+
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc06")
2725
```
2826

29-
### K2
27+
## Compatibility
3028

31-
```kotlin
32-
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05-k2")
33-
```
29+
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22)
30+
31+
| Kotlin version | Compose version | Compose Rich Editor version |
32+
|----------------|-----------------|-----------------------------|
33+
| 2.0.10 | 1.6.11 | 1.0.0-rc06 |
34+
| 2.0.0 | 1.6.10 | 1.0.0-rc05-k2 |
35+
| 1.9.24 | 1.6.10 | 1.0.0-rc05 |
3436

3537
## Quick Start
3638

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

1010
nexusPublishing {

docs/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,19 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f
1818

1919
Compose Rich Editor is available on `mavenCentral()`.
2020

21-
### K1
22-
2321
```kotlin
24-
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05")
22+
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc06")
2523
```
2624

27-
### K2
25+
## Compatibility
2826

29-
```kotlin
30-
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05-k2")
31-
```
27+
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22)
28+
29+
| Kotlin version | Compose version | Compose Rich Editor version |
30+
|----------------|-----------------|-----------------------------|
31+
| 2.0.10 | 1.6.11 | 1.0.0-rc06 |
32+
| 2.0.0 | 1.6.10 | 1.0.0-rc05-k2 |
33+
| 1.9.24 | 1.6.10 | 1.0.0-rc05 |
3234

3335
## Quick Start
3436

0 commit comments

Comments
 (0)