Skip to content

Commit cfa36e6

Browse files
authored
Merge pull request #514 from MohamedRejeb/1.x
Update version to 1.0.0-rc11
2 parents 22b29e3 + e4b63e0 commit cfa36e6

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<h1 align="center">Compose Rich Editor</h1><br>
22

3-
[![Kotlin](https://img.shields.io/badge/kotlin-2.0.21-blue.svg?logo=kotlin)](http://kotlinlang.org)
4-
[![Compose](https://img.shields.io/badge/compose-1.7.0-blue.svg?logo=jetpackcompose)](https://www.jetbrains.com/lp/compose-multiplatform)
3+
[![Kotlin](https://img.shields.io/badge/kotlin-2.1.10-blue.svg?logo=kotlin)](http://kotlinlang.org)
4+
[![Compose](https://img.shields.io/badge/compose-1.7.3-blue.svg?logo=jetpackcompose)](https://www.jetbrains.com/lp/compose-multiplatform)
55
[![MohamedRejeb](https://raw.githubusercontent.com/MohamedRejeb/MohamedRejeb/main/badges/mohamedrejeb.svg)](https://github.com/MohamedRejeb)
66
[![Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
77
[![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=21)
8-
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc10)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22)
8+
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc11)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22)
99

1010
![Compose Rich Editor](docs/images/logo-large-light.svg#gh-light-mode-only)
1111
![Compose Rich Editor](docs/images/logo-large-dark.svg#gh-dark-mode-only)
@@ -29,20 +29,21 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f
2929

3030
## Download
3131

32-
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc10)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22)
32+
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc11)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22)
3333

3434
Compose Rich Editor is available on `mavenCentral()`.
3535

3636
```kotlin
37-
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc10")
37+
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc11")
3838
```
3939

4040
## Compatibility
4141

42-
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc10)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22)
42+
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc11)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22)
4343

4444
| Kotlin version | Compose version | Compose Rich Editor version |
4545
|----------------|-----------------|-----------------------------|
46+
| 2.1.10 | 1.7.3 | 1.0.0-rc11 |
4647
| 2.0.21 | 1.7.0 | 1.0.0-rc10 |
4748
| 2.0.20 | 1.6.11 | 1.0.0-rc09 |
4849
| 2.0.10 | 1.6.11 | 1.0.0-rc06 |

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

1010
nexusPublishing {

docs/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[![Kotlin](https://img.shields.io/badge/kotlin-2.0.21-blue.svg?logo=kotlin)](http://kotlinlang.org)
2-
[![Compose](https://img.shields.io/badge/compose-1.7.0-blue.svg?logo=jetpackcompose)](https://www.jetbrains.com/lp/compose-multiplatform)
1+
[![Kotlin](https://img.shields.io/badge/kotlin-2.1.10-blue.svg?logo=kotlin)](http://kotlinlang.org)
2+
[![Compose](https://img.shields.io/badge/compose-1.7.3-blue.svg?logo=jetpackcompose)](https://www.jetbrains.com/lp/compose-multiplatform)
33
[![MohamedRejeb](https://raw.githubusercontent.com/MohamedRejeb/MohamedRejeb/main/badges/mohamedrejeb.svg)](https://github.com/MohamedRejeb)
44
[![Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
55
[![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=21)
6-
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc10)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22)
6+
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc11)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22)
77

88
![Compose Rich Editor](images/logo-large-light.svg#only-light)
99
![Compose Rich Editor](images/logo-large-dark.svg#only-dark)
@@ -27,20 +27,21 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f
2727

2828
## Download
2929

30-
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc10)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22)
30+
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc11)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22)
3131

3232
Compose Rich Editor is available on `mavenCentral()`.
3333

3434
```kotlin
35-
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc10")
35+
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc11")
3636
```
3737

3838
## Compatibility
3939

40-
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc10)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22)
40+
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc11)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22)
4141

4242
| Kotlin version | Compose version | Compose Rich Editor version |
4343
|----------------|-----------------|-----------------------------|
44+
| 2.1.10 | 1.7.3 | 1.0.0-rc11 |
4445
| 2.0.21 | 1.7.0 | 1.0.0-rc10 |
4546
| 2.0.20 | 1.6.11 | 1.0.0-rc09 |
4647
| 2.0.10 | 1.6.11 | 1.0.0-rc06 |

0 commit comments

Comments
 (0)