Skip to content

Commit

Permalink
Merge pull request #151 from MohamedRejeb/1.x
Browse files Browse the repository at this point in the history
Update version to 1.0.0-beta05
  • Loading branch information
MohamedRejeb authored Dec 4, 2023
2 parents 9fbc135 + f23cbeb commit fcaf15c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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-beta03")
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-beta05")
```

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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-beta03")
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-beta05")
```

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nexus-publish = "2.0.0-rc-1"
compose-compiler = "1.5.4"
activity-compose = "1.8.1"
voyager = "1.0.0-rc10"
richeditor = "1.0.0-beta04"
richeditor = "1.0.0-beta05"
android-minSdk = "21"
android-compileSdk = "34"

Expand Down

0 comments on commit fcaf15c

Please sign in to comment.