Skip to content

Commit

Permalink
Bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Aug 11, 2022
1 parent ad67ce1 commit 07607be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ There are two different flavors available on `mavenCentral()`:
| V3 model is used (faster, more accurate) | Currently V1 model will be downloaded
```kotlin
// bundled:
implementation("io.github.g00fy2.quickie:quickie-bundled:1.5.0")
implementation("io.github.g00fy2.quickie:quickie-bundled:1.5.1")

// unbundled:
implementation("io.github.g00fy2.quickie:quickie-unbundled:1.5.0")
implementation("io.github.g00fy2.quickie:quickie-unbundled:1.5.1")
```

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
quickie = "1.5.0"
quickie = "1.5.1"

androidconfig-minSdk = "21"
androidconfig-compileSdk = "32"
Expand Down

0 comments on commit 07607be

Please sign in to comment.