Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Jul 17, 2021
1 parent 00272ef commit d9d4953
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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.4.0'
s.version = '0.4.1'
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.0'
s.version = '0.4.1'
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.0'
s.version = '0.4.1'
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.0"
version = "0.4.1"

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.0):
- KMPNativeCoroutinesCombine (0.4.1):
- KMPNativeCoroutinesCore
- KMPNativeCoroutinesCore (0.4.0)
- KMPNativeCoroutinesRxSwift (0.4.0):
- KMPNativeCoroutinesCore (0.4.1)
- KMPNativeCoroutinesRxSwift (0.4.1):
- KMPNativeCoroutinesCore
- RxSwift
- RxSwift (6.2.0)
- shared (0.4.0)
- shared (0.4.1)

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

SPEC CHECKSUMS:
KMPNativeCoroutinesCombine: 4d0e9942d8559bf1fabf07620e803cca4d8a7990
KMPNativeCoroutinesCore: 5dc079ace41bd8f836a6f8ede6c0273cfd45d81b
KMPNativeCoroutinesRxSwift: 80b5350546247ff0e6a648db03843d087b817931
KMPNativeCoroutinesCombine: 1b8cf07b15f0b1407184be609dbbaeb009e28a92
KMPNativeCoroutinesCore: e5dedb37a039cad98cea2c6069e8a0c0b7793b13
KMPNativeCoroutinesRxSwift: 9cfb9d157c2b0c582e7bb47e8b4b1ebb61ea7fe2
RxSwift: d356ab7bee873611322f134c5f9ef379fa183d8f
shared: 9248fe3112ad2b2ea085cbe4d3b52ec6ec18ac20
shared: 8f09233849c8a61ec8ea6c657598350848e4d9c6

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

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.0'
spec.version = '0.4.1'
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 d9d4953

Please sign in to comment.