Skip to content

Commit fb63e1b

Browse files
authored
Change version (#55)
1 parent dd7acc3 commit fb63e1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/QUICK_START.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ First, add the library to your `gradle/libs.versions.toml` file:
4646

4747
```toml
4848
[versions]
49-
kmpMaps = "0.2.1"
49+
kmpMaps = "0.2.2"
5050

5151
[libraries]
5252
swmansion-kmpMaps = { module = "com.swmansion.kmpmaps:kmp-maps", version.ref = "kmpMaps" }
@@ -66,6 +66,6 @@ If you're not using Gradle version catalogs, you can add the library directly to
6666

6767
```kotlin
6868
dependencies {
69-
implementation("com.swmansion.kmpmaps:kmp-maps:0.2.1")
69+
implementation("com.swmansion.kmpmaps:kmp-maps:0.2.2")
7070
}
7171
```

kmp-maps/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = "com.swmansion.kmpmaps"
22

3-
version = "0.2.1"
3+
version = "0.2.2"
44

55
plugins {
66
alias(libs.plugins.android.library)

0 commit comments

Comments
 (0)