Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Jan 16, 2022
1 parent c34c41b commit 9c47964
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()`:
| V3 model is used (faster, more accurate) | currently V1 model will be downloaded
```kotlin
// bundled:
implementation("io.github.g00fy2.quickie:quickie-bundled:1.3.3")
implementation("io.github.g00fy2.quickie:quickie-bundled:1.4.0")

// unbundled:
implementation("io.github.g00fy2.quickie:quickie-unbundled:1.3.3")
implementation("io.github.g00fy2.quickie:quickie-unbundled:1.4.0")
```

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Versions {

const val quickie = "1.3.3"
const val quickie = "1.4.0"

const val androidMinSdk = 21
const val androidCompileSdk = 31
Expand Down

0 comments on commit 9c47964

Please sign in to comment.