Skip to content

Commit

Permalink
Bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Jul 1, 2021
1 parent 7d34e0a commit 2aa01c1
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 @@ -18,10 +18,10 @@ There are two different flavors available on `mavenCentral()`:
| V2 model is used (possibly faster, more accurate) | currently V1 model will be downloaded
```kotlin
// bundled:
implementation("io.github.g00fy2.quickie:quickie-bundled:1.2.1")
implementation("io.github.g00fy2.quickie:quickie-bundled:1.2.2")

// unbundled:
implementation("io.github.g00fy2.quickie:quickie-unbundled:1.2.1")
implementation("io.github.g00fy2.quickie:quickie-unbundled:1.2.2")
```

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion quickie/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
}

group = "io.github.g00fy2.quickie"
version = "1.2.1"
version = "1.2.2"

tasks.register<Jar>("androidJavadocJar") {
archiveClassifier.set("javadoc")
Expand Down

0 comments on commit 2aa01c1

Please sign in to comment.