Skip to content

Commit

Permalink
Bump version to 0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Jul 9, 2022
1 parent 151d404 commit 296aa2e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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 = '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'
Expand All @@ -21,4 +21,4 @@ Pod::Spec.new do |s|
s.dependency 'KMPNativeCoroutinesCore', s.version.to_s

s.source_files = 'KMPNativeCoroutinesAsync/**/*.swift'
end
end
4 changes: 2 additions & 2 deletions 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 = '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'
Expand All @@ -22,4 +22,4 @@ Pod::Spec.new do |s|
s.framework = 'Combine'

s.source_files = 'KMPNativeCoroutinesCombine/**/*.swift'
end
end
4 changes: 2 additions & 2 deletions 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 = '0.12.5'
s.version = '0.12.6'
s.summary = 'Swift library for Kotlin Coroutines'

s.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines'
Expand All @@ -19,4 +19,4 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'

s.source_files = 'KMPNativeCoroutinesCore/**/*.swift'
end
end
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 = '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'
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 = "0.12.5"
version = "0.12.6"

repositories {
mavenCentral()
Expand Down

0 comments on commit 296aa2e

Please sign in to comment.