Skip to content

Commit

Permalink
Merge pull request #331 from MohamedRejeb/fix-web-images
Browse files Browse the repository at this point in the history
Update version to 1.0.0-rc06
  • Loading branch information
MohamedRejeb authored Aug 20, 2024
2 parents 1936f8d + 787ca0b commit c8c3f99
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f

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

### K1

```kotlin
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05")
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc06")
```

### K2
## Compatibility

```kotlin
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05-k2")
```
[![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)

| Kotlin version | Compose version | Compose Rich Editor version |
|----------------|-----------------|-----------------------------|
| 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 |

## Quick Start

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

nexusPublishing {
Expand Down
16 changes: 9 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,19 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f

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

### K1

```kotlin
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05")
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc06")
```

### K2
## Compatibility

```kotlin
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05-k2")
```
[![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)

| Kotlin version | Compose version | Compose Rich Editor version |
|----------------|-----------------|-----------------------------|
| 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 |

## Quick Start

Expand Down

0 comments on commit c8c3f99

Please sign in to comment.