Skip to content

Commit d9d4953

Browse files
committed
Bump version to 0.4.1
1 parent 00272ef commit d9d4953

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.0'
3+
s.version = '0.4.1'
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.0'
3+
s.version = '0.4.1'
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.0'
3+
s.version = '0.4.1'
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.0"
14+
version = "0.4.1"
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.0):
2+
- KMPNativeCoroutinesCombine (0.4.1):
33
- KMPNativeCoroutinesCore
4-
- KMPNativeCoroutinesCore (0.4.0)
5-
- KMPNativeCoroutinesRxSwift (0.4.0):
4+
- KMPNativeCoroutinesCore (0.4.1)
5+
- KMPNativeCoroutinesRxSwift (0.4.1):
66
- KMPNativeCoroutinesCore
77
- RxSwift
88
- RxSwift (6.2.0)
9-
- shared (0.4.0)
9+
- shared (0.4.1)
1010

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

3131
SPEC CHECKSUMS:
32-
KMPNativeCoroutinesCombine: 4d0e9942d8559bf1fabf07620e803cca4d8a7990
33-
KMPNativeCoroutinesCore: 5dc079ace41bd8f836a6f8ede6c0273cfd45d81b
34-
KMPNativeCoroutinesRxSwift: 80b5350546247ff0e6a648db03843d087b817931
32+
KMPNativeCoroutinesCombine: 1b8cf07b15f0b1407184be609dbbaeb009e28a92
33+
KMPNativeCoroutinesCore: e5dedb37a039cad98cea2c6069e8a0c0b7793b13
34+
KMPNativeCoroutinesRxSwift: 9cfb9d157c2b0c582e7bb47e8b4b1ebb61ea7fe2
3535
RxSwift: d356ab7bee873611322f134c5f9ef379fa183d8f
36-
shared: 9248fe3112ad2b2ea085cbe4d3b52ec6ec18ac20
36+
shared: 8f09233849c8a61ec8ea6c657598350848e4d9c6
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.0"
4+
id("com.rickclephas.kmp.nativecoroutines") version "0.4.1"
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.0'
3+
spec.version = '0.4.1'
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)