diff --git a/KMPNativeCoroutinesCombine.podspec b/KMPNativeCoroutinesCombine.podspec index d038c009..eb9b8dc2 100644 --- a/KMPNativeCoroutinesCombine.podspec +++ b/KMPNativeCoroutinesCombine.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KMPNativeCoroutinesCombine' - s.version = '0.6.0' + s.version = '0.7.0' s.summary = 'Swift library for Kotlin Coroutines with Combine' s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines' diff --git a/KMPNativeCoroutinesCore.podspec b/KMPNativeCoroutinesCore.podspec index f0279151..1c1ac304 100644 --- a/KMPNativeCoroutinesCore.podspec +++ b/KMPNativeCoroutinesCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KMPNativeCoroutinesCore' - s.version = '0.6.0' + s.version = '0.7.0' s.summary = 'Swift library for Kotlin Coroutines' s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines' diff --git a/KMPNativeCoroutinesRxSwift.podspec b/KMPNativeCoroutinesRxSwift.podspec index 7637bdb5..7ac51ef2 100644 --- a/KMPNativeCoroutinesRxSwift.podspec +++ b/KMPNativeCoroutinesRxSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KMPNativeCoroutinesRxSwift' - s.version = '0.6.0' + s.version = '0.7.0' s.summary = 'Swift library for Kotlin Coroutines with RxSwift' s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines' diff --git a/build.gradle.kts b/build.gradle.kts index bc891190..830e1b13 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "0.6.0" + version = "0.7.0" repositories { mavenLocal() diff --git a/sample/Podfile.lock b/sample/Podfile.lock index 62ae2dfe..cc5c113e 100644 --- a/sample/Podfile.lock +++ b/sample/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - shared (0.6.0) + - shared (0.7.0) DEPENDENCIES: - shared (from `./shared`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "./shared" SPEC CHECKSUMS: - shared: 4d698773929b931ff6b3c5dee4e8c3573f6a9ad4 + shared: a5822cddbd5e9bef68d47395301654ddc16cc830 PODFILE CHECKSUM: a916294a9377172039d1dca014bc023cf9f348d7 diff --git a/sample/shared/build.gradle.kts b/sample/shared/build.gradle.kts index 59b74c54..63155b38 100644 --- a/sample/shared/build.gradle.kts +++ b/sample/shared/build.gradle.kts @@ -1,7 +1,7 @@ plugins { kotlin("multiplatform") kotlin("native.cocoapods") - id("com.rickclephas.kmp.nativecoroutines") version "0.6.0" + id("com.rickclephas.kmp.nativecoroutines") version "0.7.0" } kotlin { diff --git a/sample/shared/shared.podspec b/sample/shared/shared.podspec index 1d7d65fd..eb36525c 100644 --- a/sample/shared/shared.podspec +++ b/sample/shared/shared.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'shared' - spec.version = '0.6.0' + spec.version = '0.7.0' spec.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines' spec.source = { :git => "Not Published", :tag => "Cocoapods/#{spec.name}/#{spec.version}" } spec.authors = ''