Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Oct 31, 2021
1 parent a451b1f commit 24c7519
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
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 = '0.6.0'
s.version = '0.7.0'
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 = '0.6.0'
s.version = '0.7.0'
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 = '0.6.0'
s.version = '0.7.0'
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 @@ -11,7 +11,7 @@ buildscript {

allprojects {
group = "com.rickclephas.kmp"
version = "0.6.0"
version = "0.7.0"

repositories {
mavenLocal()
Expand Down
4 changes: 2 additions & 2 deletions sample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- shared (0.6.0)
- shared (0.7.0)

DEPENDENCIES:
- shared (from `./shared`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "./shared"

SPEC CHECKSUMS:
shared: 4d698773929b931ff6b3c5dee4e8c3573f6a9ad4
shared: a5822cddbd5e9bef68d47395301654ddc16cc830

PODFILE CHECKSUM: a916294a9377172039d1dca014bc023cf9f348d7

Expand Down
2 changes: 1 addition & 1 deletion sample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("multiplatform")
kotlin("native.cocoapods")
id("com.rickclephas.kmp.nativecoroutines") version "0.6.0"
id("com.rickclephas.kmp.nativecoroutines") version "0.7.0"
}

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion sample/shared/shared.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'shared'
spec.version = '0.6.0'
spec.version = '0.7.0'
spec.homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines'
spec.source = { :git => "Not Published", :tag => "Cocoapods/#{spec.name}/#{spec.version}" }
spec.authors = ''
Expand Down

0 comments on commit 24c7519

Please sign in to comment.