Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/INSTALLATION_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Add libraries to `gradle/libs.versions.toml`:

```toml
[versions]
kmpMaps = "0.8.0"
kmpMaps = "0.8.1"

[libraries]
# For native map (Apple Maps on iOS, Google Maps on Android)
Expand Down
2 changes: 1 addition & 1 deletion kmp-maps/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins { alias(libs.plugins.jetBrains.dokka) }

subprojects {
group = "com.swmansion.kmpmaps"
version = "0.8.0"
version = "0.8.1"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion kmp-maps/google-maps/google_maps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'google_maps'
spec.version = '0.8.0'
spec.version = '0.8.1'
spec.homepage = 'https://github.com/software-mansion/kmp-maps'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.codingfeline.buildkonfig.compiler.FieldSpec.Type.STRING
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
import org.jetbrains.kotlin.gradle.dsl.JvmTarget

version = "0.8.0"
version = "0.8.1"

plugins {
alias(libs.plugins.android.application)
Expand Down Expand Up @@ -33,7 +33,7 @@ kotlin {
cocoapods {
summary = "Universal map component for Compose Multiplatform."
homepage = "https://github.com/software-mansion/kmp-maps"
version = "0.8.0"
version = "0.8.1"
ios.deploymentTarget = "16.0"
framework {
baseName = "Sample"
Expand Down
4 changes: 2 additions & 2 deletions sample/iosApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- GoogleMaps (10.4.0):
- GoogleMaps/Maps (= 10.4.0)
- GoogleMaps/Maps (10.4.0)
- sample (0.8.0):
- sample (0.8.1):
- Google-Maps-iOS-Utils (= 6.1.3)
- GoogleMaps (= 10.4.0)

Expand All @@ -23,7 +23,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Google-Maps-iOS-Utils: bed22fa703c919259b3901449434d60d994fae20
GoogleMaps: a40d3b1f511f0fa2036e7b08c920c33279b1d5fd
sample: 62f777dcb20c0aff736b0d7e0cd44699414bde5b
sample: 3a638e6799704c4e816d3bf837257d352a378990

PODFILE CHECKSUM: ef1794efa2625223ed0c787ec947838bcb41412b

Expand Down
2 changes: 1 addition & 1 deletion sample/sample.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'sample'
spec.version = '0.8.0'
spec.version = '0.8.1'
spec.homepage = 'https://github.com/software-mansion/kmp-maps'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
Loading