Skip to content

Commit b1fd295

Browse files
committed
Bump version to 1.0.0-ALPHA-8
1 parent 238a1ee commit b1fd295

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

KMMViewModelCore.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 = 'KMMViewModelCore'
3-
s.version = '1.0.0-ALPHA-7'
3+
s.version = '1.0.0-ALPHA-8'
44
s.summary = 'Library to share Kotlin ViewModels with Swift'
55

66
s.homepage = 'https://github.com/rickclephas/KMM-ViewModel'

KMMViewModelCoreObjC.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 = 'KMMViewModelCoreObjC'
3-
s.version = '1.0.0-ALPHA-7'
3+
s.version = '1.0.0-ALPHA-8'
44
s.summary = 'Library to share Kotlin ViewModels with Swift'
55

66
s.homepage = 'https://github.com/rickclephas/KMM-ViewModel'

KMMViewModelSwiftUI.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 = 'KMMViewModelSwiftUI'
3-
s.version = '1.0.0-ALPHA-7'
3+
s.version = '1.0.0-ALPHA-8'
44
s.summary = 'Library to share Kotlin ViewModels with SwiftUI'
55

66
s.homepage = 'https://github.com/rickclephas/KMM-ViewModel'

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Compatibility versions for newer Kotlin versions are also available:
99

1010
| Version | Version suffix | Kotlin | Coroutines |
1111
|---------------|-----------------|:----------:|:----------:|
12-
| **_latest_** | **_no suffix_** | **1.8.21** | **1.6.4** |
12+
| **_latest_** | **_no suffix_** | **1.8.21** | **1.7.0** |
13+
| 1.0.0-ALPHA-7 | _no suffix_ | 1.8.21 | 1.6.4 |
1314
| 1.0.0-ALPHA-6 | _no suffix_ | 1.8.20 | 1.6.4 |
1415
| 1.0.0-ALPHA-4 | _no suffix_ | 1.8.10 | 1.6.4 |
1516
| 1.0.0-ALPHA-3 | _no suffix_ | 1.8.0 | 1.6.4 |

build.gradle.kts

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

99
allprojects {
1010
group = "com.rickclephas.kmm"
11-
version = "1.0.0-ALPHA-7"
11+
version = "1.0.0-ALPHA-8"
1212

1313
repositories {
1414
mavenCentral()

0 commit comments

Comments
 (0)