Skip to content

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Aug 7, 2021
1 parent 43024b3 commit 4b01193
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 14 deletions.
10 changes: 10 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.2'
s.version = '0.4.3'
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.4.2'
s.version = '0.4.3'
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.4.2'
s.version = '0.4.3'
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.4.2"
version = "0.4.3"

repositories {
mavenLocal()
Expand Down
16 changes: 8 additions & 8 deletions sample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- KMPNativeCoroutinesCombine (0.4.2):
- KMPNativeCoroutinesCombine (0.4.3):
- KMPNativeCoroutinesCore
- KMPNativeCoroutinesCore (0.4.2)
- KMPNativeCoroutinesRxSwift (0.4.2):
- KMPNativeCoroutinesCore (0.4.3)
- KMPNativeCoroutinesRxSwift (0.4.3):
- KMPNativeCoroutinesCore
- RxSwift
- RxSwift (6.2.0)
- shared (0.4.2)
- shared (0.4.3)

DEPENDENCIES:
- KMPNativeCoroutinesCombine (from `../`)
Expand All @@ -29,11 +29,11 @@ EXTERNAL SOURCES:
:path: "./shared"

SPEC CHECKSUMS:
KMPNativeCoroutinesCombine: 198531c0cd794024df3bfcb6c5a8e0829dd2d2bb
KMPNativeCoroutinesCore: 04c0d951af2a8dc6099f8219b3662fab7939f932
KMPNativeCoroutinesRxSwift: cdd1df5644c0483985fa10bd21f8c7bd75acadf3
KMPNativeCoroutinesCombine: f75e590f94c99e8d758818c46c8088db040ae954
KMPNativeCoroutinesCore: 1e770e4f1269f38bba3bd30f1f2c00537032cda0
KMPNativeCoroutinesRxSwift: 8daf69dbadd74cf476c73db0d44804e33dea2cec
RxSwift: d356ab7bee873611322f134c5f9ef379fa183d8f
shared: c4b80852b1c9a937dc68fed53f8ef2265d11b354
shared: 65aa739773f60a4c084c7a22cbabb5544eba52ac

PODFILE CHECKSUM: 44e2c50fc01577ab1acfd23bee507711094834b0

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.4.2"
id("com.rickclephas.kmp.nativecoroutines") version "0.4.3"
}

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.4.2'
spec.version = '0.4.3'
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 4b01193

Please sign in to comment.