From 296aa2e0561513501c788bd3315c6cfe85bf2a30 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sat, 9 Jul 2022 20:16:11 +0200 Subject: [PATCH] Bump version to 0.12.6 --- KMPNativeCoroutinesAsync.podspec | 4 ++-- KMPNativeCoroutinesCombine.podspec | 4 ++-- KMPNativeCoroutinesCore.podspec | 4 ++-- KMPNativeCoroutinesRxSwift.podspec | 2 +- build.gradle.kts | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/KMPNativeCoroutinesAsync.podspec b/KMPNativeCoroutinesAsync.podspec index b8f812e8..95ced7e5 100644 --- a/KMPNativeCoroutinesAsync.podspec +++ b/KMPNativeCoroutinesAsync.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KMPNativeCoroutinesAsync' - s.version = '0.12.5' + s.version = '0.12.6' s.summary = 'Swift library for Kotlin Coroutines with Swift Async/Await' s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines' @@ -21,4 +21,4 @@ Pod::Spec.new do |s| s.dependency 'KMPNativeCoroutinesCore', s.version.to_s s.source_files = 'KMPNativeCoroutinesAsync/**/*.swift' -end \ No newline at end of file +end diff --git a/KMPNativeCoroutinesCombine.podspec b/KMPNativeCoroutinesCombine.podspec index 19f327cf..66f1a57f 100644 --- a/KMPNativeCoroutinesCombine.podspec +++ b/KMPNativeCoroutinesCombine.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KMPNativeCoroutinesCombine' - s.version = '0.12.5' + s.version = '0.12.6' s.summary = 'Swift library for Kotlin Coroutines with Combine' s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines' @@ -22,4 +22,4 @@ Pod::Spec.new do |s| s.framework = 'Combine' s.source_files = 'KMPNativeCoroutinesCombine/**/*.swift' -end \ No newline at end of file +end diff --git a/KMPNativeCoroutinesCore.podspec b/KMPNativeCoroutinesCore.podspec index e9af71a2..c9e02b1c 100644 --- a/KMPNativeCoroutinesCore.podspec +++ b/KMPNativeCoroutinesCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KMPNativeCoroutinesCore' - s.version = '0.12.5' + s.version = '0.12.6' s.summary = 'Swift library for Kotlin Coroutines' s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines' @@ -19,4 +19,4 @@ Pod::Spec.new do |s| s.tvos.deployment_target = '9.0' s.source_files = 'KMPNativeCoroutinesCore/**/*.swift' -end \ No newline at end of file +end diff --git a/KMPNativeCoroutinesRxSwift.podspec b/KMPNativeCoroutinesRxSwift.podspec index a622d4de..408d7e24 100644 --- a/KMPNativeCoroutinesRxSwift.podspec +++ b/KMPNativeCoroutinesRxSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KMPNativeCoroutinesRxSwift' - s.version = '0.12.5' + s.version = '0.12.6' s.summary = 'Swift library for Kotlin Coroutines with RxSwift' s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines' diff --git a/build.gradle.kts b/build.gradle.kts index aa4d9e0c..6eabb7ef 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "0.12.5" + version = "0.12.6" repositories { mavenCentral()