Skip to content

Commit 022d4ed

Browse files
committed
Bump version to 1.1.1
1 parent 205edd0 commit 022d4ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ There are two different flavors available on `mavenCentral()`:
1818
| V2 model is used (possibly faster, more accurate) | currently V1 model will be downloaded
1919
```kotlin
2020
// bundled:
21-
implementation("io.github.g00fy2.quickie:quickie-bundled:1.1.0")
21+
implementation("io.github.g00fy2.quickie:quickie-bundled:1.1.1")
2222

2323
// unbundled:
24-
implementation("io.github.g00fy2.quickie:quickie-unbundled:1.1.0")
24+
implementation("io.github.g00fy2.quickie:quickie-unbundled:1.1.1")
2525
```
2626

2727
## Quick Start

quickie/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
}
4444

4545
group = "io.github.g00fy2.quickie"
46-
version = "1.1.0"
46+
version = "1.1.1"
4747

4848
tasks.register<Jar>("androidJavadocJar") {
4949
archiveClassifier.set("javadoc")

0 commit comments

Comments
 (0)