Skip to content

Commit 8716a0f

Browse files
committed
Bump version to 1.10.0
1 parent c0b8820 commit 8716a0f

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

1919
```kotlin
2020
// bundled:
21-
implementation("io.github.g00fy2.quickie:quickie-bundled:1.8.0")
21+
implementation("io.github.g00fy2.quickie:quickie-bundled:1.10.0")
2222

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

2727
## Quick Start

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
quickie = "1.9.0"
2+
quickie = "1.10.0"
33

44
androidconfig-minSdk = "21"
55
androidconfig-compileSdk = "34"

0 commit comments

Comments
 (0)