Skip to content

Commit b5076e4

Browse files
committed
Bump version to 1.0.0-ALPHA-40
1 parent 6b6cd20 commit b5076e4

6 files changed

+7
-7
lines changed

KMPNativeCoroutinesAsync.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 = 'KMPNativeCoroutinesAsync'
3-
s.version = '1.0.0-ALPHA-39'
3+
s.version = '1.0.0-ALPHA-40'
44
s.summary = 'Swift library for Kotlin Coroutines with Swift Async/Await'
55

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

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

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Compatibility versions for older and/or preview Kotlin versions are also availab
2828

2929
| Version | Version suffix | Kotlin | KSP | Coroutines |
3030
|----------------|----------------------|:------------:|:----------:|:----------:|
31-
| _latest_ | -kotlin-2.1.20-RC | 2.1.20-RC | 1.0.30 | 1.10.1 |
32-
| **_latest_** | **_no suffix_** | **2.1.10** | **1.0.29** | **1.10.1** |
31+
| _latest_ | -kotlin-2.1.20-RC | 2.1.20-RC | 1.0.30 | 1.10.1 |
32+
| **_latest_** | **_no suffix_** | **2.1.10** | **1.0.31** | **1.10.1** |
3333
| 1.0.0-ALPHA-38 | _no suffix_ | 2.1.0 | 1.0.29 | 1.9.0 |
3434
| 1.0.0-ALPHA-37 | _no suffix_ | 2.0.21 | 1.0.25 | 1.9.0 |
3535
| 1.0.0-ALPHA-36 | _no suffix_ | 2.0.20 | 1.0.25 | 1.9.0 |

build.gradle.kts

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

1919
allprojects {
2020
group = "com.rickclephas.kmp"
21-
version = "1.0.0-ALPHA-39"
21+
version = "1.0.0-ALPHA-40"
2222

2323
repositories {
2424
mavenCentral()

0 commit comments

Comments
 (0)