Skip to content

Commit 7d5dd6b

Browse files
authored
Merge pull request #560 from MohamedRejeb/api
Update version to 1.0.0-rc12
2 parents f24f8e0 + c61ea47 commit 7d5dd6b

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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-rc11)](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-rc12)](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-rc11)](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-rc12)](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-rc11")
37+
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc12")
3838
```
3939

4040
## Compatibility
4141

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)
42+
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc12)](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.8.0-alpha03 | 1.0.0-rc12 |
4647
| 2.1.10 | 1.7.3 | 1.0.0-rc11 |
4748
| 2.0.21 | 1.7.0 | 1.0.0-rc10 |
4849
| 2.0.20 | 1.6.11 | 1.0.0-rc09 |

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

1010
nexusPublishing {

docs/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-rc11)](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-rc12)](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-rc11)](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-rc12)](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-rc11")
35+
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc12")
3636
```
3737

3838
## Compatibility
3939

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)
40+
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc12)](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.8.0-alpha03 | 1.0.0-rc12 |
4445
| 2.1.10 | 1.7.3 | 1.0.0-rc11 |
4546
| 2.0.21 | 1.7.0 | 1.0.0-rc10 |
4647
| 2.0.20 | 1.6.11 | 1.0.0-rc09 |

0 commit comments

Comments
 (0)