Skip to content

Commit 2e10825

Browse files
Update version from 0.2.2 to 0.3.0 (#61)
* Initial plan * Update version from 0.2.2 to 0.3.0 Co-authored-by: patrickmichalik <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: patrickmichalik <[email protected]>
1 parent faaa5b8 commit 2e10825

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/INSTALLATION_SETUP.md

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

77
```toml
88
[versions]
9-
kmpMaps = "0.2.2"
9+
kmpMaps = "0.3.0"
1010

1111
[libraries]
1212
swmansion-kmpMaps = { module = "com.swmansion.kmpmaps:kmp-maps", version.ref = "kmpMaps" }
@@ -26,7 +26,7 @@ If you're not using Gradle version catalogs, you can add the library directly to
2626

2727
```kotlin
2828
dependencies {
29-
implementation("com.swmansion.kmpmaps:kmp-maps:0.2.2")
29+
implementation("com.swmansion.kmpmaps:kmp-maps:0.3.0")
3030
}
3131
```
3232

kmp-maps/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins { alias(libs.plugins.jetBrains.dokka) }
22

33
subprojects {
44
group = "com.swmansion.kmpmaps"
5-
version = "0.2.2"
5+
version = "0.3.0"
66
}
77

88
dependencies {

sample/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22

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

55
plugins {
66
alias(libs.plugins.android.application)
@@ -25,7 +25,7 @@ kotlin {
2525
cocoapods {
2626
summary = "Universal map component for Compose Multiplatform."
2727
homepage = "https://github.com/software-mansion/kmp-maps"
28-
version = "0.2.2"
28+
version = "0.3.0"
2929
ios.deploymentTarget = "16.0"
3030
framework {
3131
baseName = "Sample"

0 commit comments

Comments
 (0)