Skip to content

Commit d85ae9f

Browse files
committed
Bump version to 0.2.0
1 parent d6b83b1 commit d85ae9f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
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.1.0'
3+
s.version = '0.2.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.1.0'
3+
s.version = '0.2.0'
44
s.summary = 'Swift library for Kotlin Coroutines'
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
@@ -9,7 +9,7 @@ for some Swift 5.5 async wrapper functions.
99

1010
Add the Kotlin library to your common dependencies:
1111
```kotlin
12-
implementation("com.rickclephas.kmp:kmp-nativecoroutines-core:0.1.0")
12+
implementation("com.rickclephas.kmp:kmp-nativecoroutines-core:0.2.0")
1313
```
1414

1515
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.1.0"
13+
version = "0.2.0"
1414

1515
repositories {
1616
mavenCentral()

sample/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PODS:
2-
- KMPNativeCoroutinesCombine (0.1.0):
2+
- KMPNativeCoroutinesCombine (0.2.0):
33
- KMPNativeCoroutinesCore
4-
- KMPNativeCoroutinesCore (0.1.0)
5-
- shared (0.1.0)
4+
- KMPNativeCoroutinesCore (0.2.0)
5+
- shared (0.2.0)
66

77
DEPENDENCIES:
88
- KMPNativeCoroutinesCombine (from `../`)
@@ -18,9 +18,9 @@ EXTERNAL SOURCES:
1818
:path: "./shared"
1919

2020
SPEC CHECKSUMS:
21-
KMPNativeCoroutinesCombine: 2e60c258d60b8825262e148987750975f963143b
22-
KMPNativeCoroutinesCore: fc1db1c14e26fac6d675db37aa1f51dedf3d5074
23-
shared: 9c516b6ee865e88319a649a60e6175181d5621fa
21+
KMPNativeCoroutinesCombine: 85a52598bfd40d44d070a2332041361d3de9e879
22+
KMPNativeCoroutinesCore: 1c7e0b947f0246c983a7745eba3033e9a577ba9f
23+
shared: 006890794a7b59087863f41e17c3538d19bac0dd
2424

2525
PODFILE CHECKSUM: 7f1e43d0c1555df8202cbe830774e6b5b3fa3e4b
2626

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