From 398bed3976220c0725f32db8bf10e8a953cd5d1c Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Fri, 9 Jul 2021 20:50:53 +0200 Subject: [PATCH] Bump version to 0.3.0 --- KMPNativeCoroutinesCombine.podspec | 2 +- KMPNativeCoroutinesCore.podspec | 2 +- KMPNativeCoroutinesRxSwift.podspec | 2 +- README.md | 2 +- build.gradle.kts | 2 +- sample/Podfile.lock | 16 ++++++++-------- sample/shared/shared.podspec | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/KMPNativeCoroutinesCombine.podspec b/KMPNativeCoroutinesCombine.podspec index cf93fdfc..420ae267 100644 --- a/KMPNativeCoroutinesCombine.podspec +++ b/KMPNativeCoroutinesCombine.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KMPNativeCoroutinesCombine' - s.version = '0.2.0' + s.version = '0.3.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 b3529b03..04ebb573 100644 --- a/KMPNativeCoroutinesCore.podspec +++ b/KMPNativeCoroutinesCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KMPNativeCoroutinesCore' - s.version = '0.2.0' + s.version = '0.3.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 0c8edb01..ce5b8d41 100644 --- a/KMPNativeCoroutinesRxSwift.podspec +++ b/KMPNativeCoroutinesRxSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KMPNativeCoroutinesRxSwift' - s.version = '0.2.0' + s.version = '0.3.0' s.summary = 'Swift library for Kotlin Coroutines with RxSwift' s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines' diff --git a/README.md b/README.md index ed5b3da5..f2ddf8f1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This library solves both of these limitations :smile:. Add the Kotlin library to your common dependencies: ```kotlin -implementation("com.rickclephas.kmp:kmp-nativecoroutines-core:0.2.0") +implementation("com.rickclephas.kmp:kmp-nativecoroutines-core:0.3.0") ``` and add the Swift library to your `Podfile`: diff --git a/build.gradle.kts b/build.gradle.kts index eed2e53c..3fd5cf17 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "0.2.0" + version = "0.3.0" repositories { mavenCentral() diff --git a/sample/Podfile.lock b/sample/Podfile.lock index 7ac38a2d..8bf9c68f 100644 --- a/sample/Podfile.lock +++ b/sample/Podfile.lock @@ -1,12 +1,12 @@ PODS: - - KMPNativeCoroutinesCombine (0.2.0): + - KMPNativeCoroutinesCombine (0.3.0): - KMPNativeCoroutinesCore - - KMPNativeCoroutinesCore (0.2.0) - - KMPNativeCoroutinesRxSwift (0.2.0): + - KMPNativeCoroutinesCore (0.3.0) + - KMPNativeCoroutinesRxSwift (0.3.0): - KMPNativeCoroutinesCore - RxSwift - RxSwift (6.2.0) - - shared (0.2.0) + - shared (0.3.0) DEPENDENCIES: - KMPNativeCoroutinesCombine (from `../`) @@ -29,11 +29,11 @@ EXTERNAL SOURCES: :path: "./shared" SPEC CHECKSUMS: - KMPNativeCoroutinesCombine: 85a52598bfd40d44d070a2332041361d3de9e879 - KMPNativeCoroutinesCore: 1c7e0b947f0246c983a7745eba3033e9a577ba9f - KMPNativeCoroutinesRxSwift: 016636422532518bd94e364f32e0037bd065e8fa + KMPNativeCoroutinesCombine: 2e3d41878bf2c83729686733805d5f095ab546b6 + KMPNativeCoroutinesCore: 180bb9d72cd6d17a0000062d86dec289c3968ed2 + KMPNativeCoroutinesRxSwift: 511090bc6c3cad05f5b9af97529bebea1adb3920 RxSwift: d356ab7bee873611322f134c5f9ef379fa183d8f - shared: 006890794a7b59087863f41e17c3538d19bac0dd + shared: 4bb285e1d398d07d8c9153db63e4ee8390ff276c PODFILE CHECKSUM: 44e2c50fc01577ab1acfd23bee507711094834b0 diff --git a/sample/shared/shared.podspec b/sample/shared/shared.podspec index 0c5560d5..18ad515e 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.2.0' + spec.version = '0.3.0' spec.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines' spec.source = { :git => "Not Published", :tag => "Cocoapods/#{spec.name}/#{spec.version}" } spec.authors = ''