diff --git a/.github/workflows/deploy-with-kmm-bridge.yml b/.github/workflows/deploy-with-kmm-bridge.yml index ea40b48..1e4eea7 100644 --- a/.github/workflows/deploy-with-kmm-bridge.yml +++ b/.github/workflows/deploy-with-kmm-bridge.yml @@ -16,7 +16,6 @@ jobs: versionBaseProperty: versionBaseProperty # Example version jvmVersion: 17 # Optional retainBuildBranch: true # Optional - publishTask: kmmBridgePublish publishKotlinMultiplatformPublicationToGitHubPackagesRepository publishAndroidDebugPublicationToGitHubPackagesRepository publishAndroidReleasePublicationToGitHubPackagesRepository secrets: # Provide secrets here if the external workflow requires them netrcUsername: ${{ secrets.NETRC_USERNAME }} diff --git a/gradle.properties b/gradle.properties index a90d2f0..f34337b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,6 @@ kotlin.code.style=official #Android android.useAndroidX=true android.nonTransitiveRClass=true -versionBaseProperty = 0.5 +versionBaseProperty = 0.6 #MPP kotlin.mpp.enableCInteropCommonization=true \ No newline at end of file diff --git a/iosApp/Podfile.lock b/iosApp/Podfile.lock index 1390500..0bb8940 100644 --- a/iosApp/Podfile.lock +++ b/iosApp/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - shared (0.0.5) + - shared (0.6) DEPENDENCIES: - shared (from `../shared`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../shared" SPEC CHECKSUMS: - shared: 455893a1cf867d8a5dc5c386c4e70ab0337a8c16 + shared: 8cf72fda7eda316a80be7c34a41809d0bb152bc1 PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756 diff --git a/iosApp/Pods/Local Podspecs/shared.podspec.json b/iosApp/Pods/Local Podspecs/shared.podspec.json index 71ee8aa..33a4406 100644 --- a/iosApp/Pods/Local Podspecs/shared.podspec.json +++ b/iosApp/Pods/Local Podspecs/shared.podspec.json @@ -1,6 +1,6 @@ { "name": "shared", - "version": "0.0.5", + "version": "0.6", "homepage": "Janus Message SDK to be used for both Android and iOS", "source": { "http": "" diff --git a/iosApp/Pods/Manifest.lock b/iosApp/Pods/Manifest.lock index 1390500..0bb8940 100644 --- a/iosApp/Pods/Manifest.lock +++ b/iosApp/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - shared (0.0.5) + - shared (0.6) DEPENDENCIES: - shared (from `../shared`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../shared" SPEC CHECKSUMS: - shared: 455893a1cf867d8a5dc5c386c4e70ab0337a8c16 + shared: 8cf72fda7eda316a80be7c34a41809d0bb152bc1 PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756 diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index 6cf236b..884a083 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -36,7 +36,7 @@ kotlin { cocoapods { summary = "Janus-message-sdk" homepage = "Janus Message SDK to be used for both Android and iOS" - version = "0.0.5" + version = "0.6" authors = "{ 'Telnyx' => 'cocoapods@telnyx.com' }" ios.deploymentTarget = "14.1" podfile = project.file("../iosApp/Podfile") diff --git a/shared/shared.podspec b/shared/shared.podspec index 80a0c39..916c467 100644 --- a/shared/shared.podspec +++ b/shared/shared.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'shared' - spec.version = '0.0.5' + spec.version = '0.6' spec.homepage = 'Janus Message SDK to be used for both Android and iOS' spec.source = { :http=> ''} spec.authors = { 'Telnyx' => 'cocoapods@telnyx.com' }