Skip to content

Commit

Permalink
Bump version to 1.0.0-ALPHA-4
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Dec 29, 2022
1 parent b4fe985 commit bb6e5ea
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion KMPNativeCoroutinesAsync.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KMPNativeCoroutinesAsync'
s.version = '1.0.0-ALPHA-3'
s.version = '1.0.0-ALPHA-4'
s.summary = 'Swift library for Kotlin Coroutines with Swift Async/Await'

s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines'
Expand Down
2 changes: 1 addition & 1 deletion KMPNativeCoroutinesCombine.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KMPNativeCoroutinesCombine'
s.version = '1.0.0-ALPHA-3'
s.version = '1.0.0-ALPHA-4'
s.summary = 'Swift library for Kotlin Coroutines with Combine'

s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines'
Expand Down
2 changes: 1 addition & 1 deletion KMPNativeCoroutinesCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KMPNativeCoroutinesCore'
s.version = '1.0.0-ALPHA-3'
s.version = '1.0.0-ALPHA-4'
s.summary = 'Swift library for Kotlin Coroutines'

s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines'
Expand Down
2 changes: 1 addition & 1 deletion KMPNativeCoroutinesRxSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KMPNativeCoroutinesRxSwift'
s.version = '1.0.0-ALPHA-3'
s.version = '1.0.0-ALPHA-4'
s.summary = 'Swift library for Kotlin Coroutines with RxSwift'

s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines'
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ This library solves both of these limitations 😄.

## Compatibility

The latest version of the library uses Kotlin version `1.8.0-RC2`.
The latest version of the library uses Kotlin version `1.8.0`.
Compatibility versions for older Kotlin versions are also available:

| Version | Version suffix | Kotlin | KSP | Coroutines |
|---------------|-----------------|:-------------:|:---------:|:----------:|
| **_latest_** | **_no suffix_** | **1.8.0-RC2** | **1.0.8** | **1.6.4** |
| 1.0.0-ALPHA-2 | _no suffix_ | 1.8.0-RC | 1.0.8 | 1.6.4 |
| 1.0.0-ALPHA-1 | _no suffix_ | 1.8.0-Beta | 1.0.8 | 1.6.4 |
| Version | Version suffix | Kotlin | KSP | Coroutines |
|---------------|-----------------|:----------:|:---------:|:----------:|
| **_latest_** | **_no suffix_** | **1.8.0** | **1.0.8** | **1.6.4** |
| 1.0.0-ALPHA-3 | _no suffix_ | 1.8.0-RC-2 | 1.0.8 | 1.6.4 |
| 1.0.0-ALPHA-2 | _no suffix_ | 1.8.0-RC | 1.0.8 | 1.6.4 |
| 1.0.0-ALPHA-1 | _no suffix_ | 1.8.0-Beta | 1.0.8 | 1.6.4 |

You can choose from a couple of Swift implementations.
Depending on the implementation you can support as low as iOS 9, macOS 10.9, tvOS 9 and watchOS 3:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {

allprojects {
group = "com.rickclephas.kmp"
version = "1.0.0-ALPHA-3"
version = "1.0.0-ALPHA-4"

repositories {
mavenCentral()
Expand Down

0 comments on commit bb6e5ea

Please sign in to comment.