Skip to content

Commit

Permalink
Bump version to 1.0.0-ALPHA-2
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Dec 10, 2022
1 parent e0002ca commit 9f3aeb2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 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-1'
s.version = '1.0.0-ALPHA-2'
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-1'
s.version = '1.0.0-ALPHA-2'
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-1'
s.version = '1.0.0-ALPHA-2'
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-1'
s.version = '1.0.0-ALPHA-2'
s.summary = 'Swift library for Kotlin Coroutines with RxSwift'

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

## Compatibility

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

| Version | Version suffix | Kotlin | KSP | Coroutines |
|--------------|-------------------|:--------------:|:---------:|:---------------:|
| **_latest_** | **_no suffix_** | **1.8.0-Beta** | **1.0.8** | **1.6.4** |
| Version | Version suffix | Kotlin | KSP | Coroutines |
|---------------|-----------------|:------------:|:---------:|:----------:|
| **_latest_** | **_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-1"
version = "1.0.0-ALPHA-2"

repositories {
mavenCentral()
Expand Down

0 comments on commit 9f3aeb2

Please sign in to comment.