Skip to content

Commit 398bed3

Browse files
committed
Bump version to 0.3.0
1 parent 66f0e26 commit 398bed3

File tree

7 files changed

+14
-14
lines changed

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.2.0'
3+
s.version = '0.3.0'
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.2.0'
3+
s.version = '0.3.0'
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.2.0'
3+
s.version = '0.3.0'
44
s.summary = 'Swift library for Kotlin Coroutines with RxSwift'
55

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This library solves both of these limitations :smile:.
2727

2828
Add the Kotlin library to your common dependencies:
2929
```kotlin
30-
implementation("com.rickclephas.kmp:kmp-nativecoroutines-core:0.2.0")
30+
implementation("com.rickclephas.kmp:kmp-nativecoroutines-core:0.3.0")
3131
```
3232

3333
and add the Swift library to your `Podfile`:

build.gradle.kts

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

1111
allprojects {
1212
group = "com.rickclephas.kmp"
13-
version = "0.2.0"
13+
version = "0.3.0"
1414

1515
repositories {
1616
mavenCentral()

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.2.0):
2+
- KMPNativeCoroutinesCombine (0.3.0):
33
- KMPNativeCoroutinesCore
4-
- KMPNativeCoroutinesCore (0.2.0)
5-
- KMPNativeCoroutinesRxSwift (0.2.0):
4+
- KMPNativeCoroutinesCore (0.3.0)
5+
- KMPNativeCoroutinesRxSwift (0.3.0):
66
- KMPNativeCoroutinesCore
77
- RxSwift
88
- RxSwift (6.2.0)
9-
- shared (0.2.0)
9+
- shared (0.3.0)
1010

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

3131
SPEC CHECKSUMS:
32-
KMPNativeCoroutinesCombine: 85a52598bfd40d44d070a2332041361d3de9e879
33-
KMPNativeCoroutinesCore: 1c7e0b947f0246c983a7745eba3033e9a577ba9f
34-
KMPNativeCoroutinesRxSwift: 016636422532518bd94e364f32e0037bd065e8fa
32+
KMPNativeCoroutinesCombine: 2e3d41878bf2c83729686733805d5f095ab546b6
33+
KMPNativeCoroutinesCore: 180bb9d72cd6d17a0000062d86dec289c3968ed2
34+
KMPNativeCoroutinesRxSwift: 511090bc6c3cad05f5b9af97529bebea1adb3920
3535
RxSwift: d356ab7bee873611322f134c5f9ef379fa183d8f
36-
shared: 006890794a7b59087863f41e17c3538d19bac0dd
36+
shared: 4bb285e1d398d07d8c9153db63e4ee8390ff276c
3737

3838
PODFILE CHECKSUM: 44e2c50fc01577ab1acfd23bee507711094834b0
3939

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.2.0'
3+
spec.version = '0.3.0'
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)