Skip to content

Commit 39f72d6

Browse files
committed
Bump version to 1.0.0-ALPHA-46
1 parent 34cfef8 commit 39f72d6

File tree

6 files changed

+36
-35
lines changed

6 files changed

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

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

README.md

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,33 @@ This library solves both of these limitations 😄.
2323

2424
## Compatibility
2525

26-
The latest version of the library uses Kotlin version `2.2.0`.
26+
The latest version of the library uses Kotlin version `2.2.10`.
2727
Compatibility versions for older and/or preview Kotlin versions are also available:
2828

29-
| Version | Version suffix | Kotlin | KSP | Coroutines |
30-
|----------------|---------------------|:---------:|:---------:|:----------:|
31-
| **_latest_** | **_no suffix_** | **2.2.0** | **2.0.2** | **1.10.1** |
32-
| 1.0.0-ALPHA-44 | _no suffix_ | 2.1.21 | 2.0.1 | 1.10.1 |
33-
| 1.0.0-ALPHA-42 | _no suffix_ | 2.1.20 | 2.0.0 | 1.10.1 |
34-
| 1.0.0-ALPHA-41 | _no suffix_ | 2.1.10 | 1.0.31 | 1.10.1 |
35-
| 1.0.0-ALPHA-40 | _no suffix_ | 2.1.10 | 1.0.31 | 1.10.1 |
36-
| 1.0.0-ALPHA-38 | _no suffix_ | 2.1.0 | 1.0.29 | 1.9.0 |
37-
| 1.0.0-ALPHA-37 | _no suffix_ | 2.0.21 | 1.0.25 | 1.9.0 |
38-
| 1.0.0-ALPHA-36 | _no suffix_ | 2.0.20 | 1.0.25 | 1.9.0 |
39-
| 1.0.0-ALPHA-35 | _no suffix_ | 2.0.20 | 1.0.24 | 1.8.1 |
40-
| 1.0.0-ALPHA-34 | _no suffix_ | 2.0.10 | 1.0.24 | 1.8.1 |
41-
| 1.0.0-ALPHA-33 | _no suffix_ | 2.0.0 | 1.0.24 | 1.8.1 |
42-
| 1.0.0-ALPHA-30 | _no suffix_ | 1.9.24 | 1.0.20 | 1.8.1 |
43-
| 1.0.0-ALPHA-28 | _no suffix_ | 1.9.23 | 1.0.20 | 1.8.0 |
44-
| 1.0.0-ALPHA-25 | _no suffix_ | 1.9.22 | 1.0.17 | 1.8.0 |
45-
| 1.0.0-ALPHA-23 | _no suffix_ | 1.9.21 | 1.0.16 | 1.7.3 |
46-
| 1.0.0-ALPHA-21 | _no suffix_ | 1.9.20 | 1.0.14 | 1.7.3 |
47-
| 1.0.0-ALPHA-18 | _no suffix_ | 1.9.10 | 1.0.13 | 1.7.3 |
48-
| 1.0.0-ALPHA-17 | _no suffix_ | 1.9.0 | 1.0.12 | 1.7.3 |
49-
| 1.0.0-ALPHA-12 | _no suffix_ | 1.8.22 | 1.0.11 | 1.7.2 |
50-
| 1.0.0-ALPHA-10 | _no suffix_ | 1.8.21 | 1.0.11 | 1.7.1 |
51-
| 1.0.0-ALPHA-7 | _no suffix_ | 1.8.20 | 1.0.10 | 1.6.4 |
29+
| Version | Version suffix | Kotlin | KSP | Coroutines |
30+
|----------------|---------------------|:----------:|:---------:|:----------:|
31+
| **_latest_** | **_no suffix_** | **2.2.10** | **2.0.2** | **1.10.1** |
32+
| 1.0.0-ALPHA-45 | _no suffix_ | 2.2.0 | 2.0.2 | 1.10.1 |
33+
| 1.0.0-ALPHA-44 | _no suffix_ | 2.1.21 | 2.0.1 | 1.10.1 |
34+
| 1.0.0-ALPHA-42 | _no suffix_ | 2.1.20 | 2.0.0 | 1.10.1 |
35+
| 1.0.0-ALPHA-41 | _no suffix_ | 2.1.10 | 1.0.31 | 1.10.1 |
36+
| 1.0.0-ALPHA-40 | _no suffix_ | 2.1.10 | 1.0.31 | 1.10.1 |
37+
| 1.0.0-ALPHA-38 | _no suffix_ | 2.1.0 | 1.0.29 | 1.9.0 |
38+
| 1.0.0-ALPHA-37 | _no suffix_ | 2.0.21 | 1.0.25 | 1.9.0 |
39+
| 1.0.0-ALPHA-36 | _no suffix_ | 2.0.20 | 1.0.25 | 1.9.0 |
40+
| 1.0.0-ALPHA-35 | _no suffix_ | 2.0.20 | 1.0.24 | 1.8.1 |
41+
| 1.0.0-ALPHA-34 | _no suffix_ | 2.0.10 | 1.0.24 | 1.8.1 |
42+
| 1.0.0-ALPHA-33 | _no suffix_ | 2.0.0 | 1.0.24 | 1.8.1 |
43+
| 1.0.0-ALPHA-30 | _no suffix_ | 1.9.24 | 1.0.20 | 1.8.1 |
44+
| 1.0.0-ALPHA-28 | _no suffix_ | 1.9.23 | 1.0.20 | 1.8.0 |
45+
| 1.0.0-ALPHA-25 | _no suffix_ | 1.9.22 | 1.0.17 | 1.8.0 |
46+
| 1.0.0-ALPHA-23 | _no suffix_ | 1.9.21 | 1.0.16 | 1.7.3 |
47+
| 1.0.0-ALPHA-21 | _no suffix_ | 1.9.20 | 1.0.14 | 1.7.3 |
48+
| 1.0.0-ALPHA-18 | _no suffix_ | 1.9.10 | 1.0.13 | 1.7.3 |
49+
| 1.0.0-ALPHA-17 | _no suffix_ | 1.9.0 | 1.0.12 | 1.7.3 |
50+
| 1.0.0-ALPHA-12 | _no suffix_ | 1.8.22 | 1.0.11 | 1.7.2 |
51+
| 1.0.0-ALPHA-10 | _no suffix_ | 1.8.21 | 1.0.11 | 1.7.1 |
52+
| 1.0.0-ALPHA-7 | _no suffix_ | 1.8.20 | 1.0.10 | 1.6.4 |
5253

5354
You can choose from a couple of Swift implementations.
5455
Depending on the implementation you can support as low as iOS 9, macOS 10.9, tvOS 9 and watchOS 3:
@@ -72,8 +73,8 @@ Make sure to always use the same versions for all the libraries!
7273
For Kotlin just add the plugin to your `build.gradle.kts`:
7374
```kotlin
7475
plugins {
75-
id("com.google.devtools.ksp") version "2.2.0-2.0.2"
76-
id("com.rickclephas.kmp.nativecoroutines") version "1.0.0-ALPHA-45"
76+
id("com.google.devtools.ksp") version "2.2.10-2.0.2"
77+
id("com.rickclephas.kmp.nativecoroutines") version "1.0.0-ALPHA-46"
7778
}
7879
```
7980
and make sure to opt in to the experimental `@ObjCName` annotation:
@@ -89,7 +90,7 @@ The Swift implementations are available via the Swift Package Manager.
8990
Just add it to your `Package.swift` file:
9091
```swift
9192
dependencies: [
92-
.package(url: "https://github.com/rickclephas/KMP-NativeCoroutines.git", exact: "1.0.0-ALPHA-45")
93+
.package(url: "https://github.com/rickclephas/KMP-NativeCoroutines.git", exact: "1.0.0-ALPHA-46")
9394
],
9495
targets: [
9596
.target(
@@ -121,9 +122,9 @@ Or add it in Xcode by going to `File` > `Add Packages...` and providing the URL:
121122

122123
If you use CocoaPods add one or more of the following libraries to your `Podfile`:
123124
```ruby
124-
pod 'KMPNativeCoroutinesAsync', '1.0.0-ALPHA-45' # Swift Concurrency implementation
125-
pod 'KMPNativeCoroutinesCombine', '1.0.0-ALPHA-45' # Combine implementation
126-
pod 'KMPNativeCoroutinesRxSwift', git: 'https://github.com/rickclephas/KMP-NativeCoroutines.git', tag: 'v1.0.0-ALPHA-45' # RxSwift implementation
125+
pod 'KMPNativeCoroutinesAsync', '1.0.0-ALPHA-46' # Swift Concurrency implementation
126+
pod 'KMPNativeCoroutinesCombine', '1.0.0-ALPHA-46' # Combine implementation
127+
pod 'KMPNativeCoroutinesRxSwift', git: 'https://github.com/rickclephas/KMP-NativeCoroutines.git', tag: 'v1.0.0-ALPHA-46' # RxSwift implementation
127128
```
128129
> [!NOTE]
129130
> The version for CocoaPods should not contain the Kotlin version suffix (e.g. `-new-mm` or `-kotlin-1.6.0`).

build.gradle.kts

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

1414
allprojects {
1515
group = "com.rickclephas.kmp"
16-
version = "1.0.0-ALPHA-45-kotlin-2.2.10-RC2"
16+
version = "1.0.0-ALPHA-46"
1717
}
1818

1919
apiValidation {

0 commit comments

Comments
 (0)