Skip to content

Commit 29eb769

Browse files
committed
Bump version to 0.4.2
1 parent 7fe4115 commit 29eb769

7 files changed

+14
-14
lines changed

KMPNativeCoroutinesCombine.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'KMPNativeCoroutinesCombine'
3-
s.version = '0.4.1'
3+
s.version = '0.4.2'
44
s.summary = 'Swift library for Kotlin Coroutines with Combine'
55

66
s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines'

KMPNativeCoroutinesCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'KMPNativeCoroutinesCore'
3-
s.version = '0.4.1'
3+
s.version = '0.4.2'
44
s.summary = 'Swift library for Kotlin Coroutines'
55

66
s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines'

KMPNativeCoroutinesRxSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'KMPNativeCoroutinesRxSwift'
3-
s.version = '0.4.1'
3+
s.version = '0.4.2'
44
s.summary = 'Swift library for Kotlin Coroutines with RxSwift'
55

66
s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines'

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111

1212
allprojects {
1313
group = "com.rickclephas.kmp"
14-
version = "0.4.1"
14+
version = "0.4.2"
1515

1616
repositories {
1717
mavenLocal()

sample/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
2-
- KMPNativeCoroutinesCombine (0.4.1):
2+
- KMPNativeCoroutinesCombine (0.4.2):
33
- KMPNativeCoroutinesCore
4-
- KMPNativeCoroutinesCore (0.4.1)
5-
- KMPNativeCoroutinesRxSwift (0.4.1):
4+
- KMPNativeCoroutinesCore (0.4.2)
5+
- KMPNativeCoroutinesRxSwift (0.4.2):
66
- KMPNativeCoroutinesCore
77
- RxSwift
88
- RxSwift (6.2.0)
9-
- shared (0.4.1)
9+
- shared (0.4.2)
1010

1111
DEPENDENCIES:
1212
- KMPNativeCoroutinesCombine (from `../`)
@@ -29,11 +29,11 @@ EXTERNAL SOURCES:
2929
:path: "./shared"
3030

3131
SPEC CHECKSUMS:
32-
KMPNativeCoroutinesCombine: 1b8cf07b15f0b1407184be609dbbaeb009e28a92
33-
KMPNativeCoroutinesCore: e5dedb37a039cad98cea2c6069e8a0c0b7793b13
34-
KMPNativeCoroutinesRxSwift: 9cfb9d157c2b0c582e7bb47e8b4b1ebb61ea7fe2
32+
KMPNativeCoroutinesCombine: 198531c0cd794024df3bfcb6c5a8e0829dd2d2bb
33+
KMPNativeCoroutinesCore: 04c0d951af2a8dc6099f8219b3662fab7939f932
34+
KMPNativeCoroutinesRxSwift: cdd1df5644c0483985fa10bd21f8c7bd75acadf3
3535
RxSwift: d356ab7bee873611322f134c5f9ef379fa183d8f
36-
shared: 8f09233849c8a61ec8ea6c657598350848e4d9c6
36+
shared: c4b80852b1c9a937dc68fed53f8ef2265d11b354
3737

3838
PODFILE CHECKSUM: 44e2c50fc01577ab1acfd23bee507711094834b0
3939

sample/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
kotlin("multiplatform")
33
kotlin("native.cocoapods")
4-
id("com.rickclephas.kmp.nativecoroutines") version "0.4.1"
4+
id("com.rickclephas.kmp.nativecoroutines") version "0.4.2"
55
}
66

77
kotlin {

sample/shared/shared.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'shared'
3-
spec.version = '0.4.1'
3+
spec.version = '0.4.2'
44
spec.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines'
55
spec.source = { :git => "Not Published", :tag => "Cocoapods/#{spec.name}/#{spec.version}" }
66
spec.authors = ''

0 commit comments

Comments
 (0)