Skip to content

Commit 5b227a8

Browse files
Bump version from 0.3.0 to 0.4.0 (#83)
* Initial plan * Update version from 0.3.0 to 0.4.0 Co-authored-by: patrickmichalik <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: patrickmichalik <[email protected]>
1 parent e3d49c8 commit 5b227a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/INSTALLATION_SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Add libraries to `gradle/libs.versions.toml`:
66

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

1111
[libraries]
1212
# For native map (Apple Maps on iOS, Google Maps on Android)

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.3.0"
5+
version = "0.4.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.3.0"
3+
version = "0.4.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.3.0"
28+
version = "0.4.0"
2929
ios.deploymentTarget = "16.0"
3030
framework {
3131
baseName = "Sample"

0 commit comments

Comments
 (0)