Skip to content

Commit

Permalink
Release 0.6.0 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
czerwiukk authored Dec 4, 2024
1 parent d2be0f7 commit 2c9efc7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FishjamCloudClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'FishjamCloudClient'
s.version = '0.5.0'
s.version = '0.6.0'
s.summary = 'Fishjam SDK fully compatible with `Membrane RTC Engine` for iOS.'

s.homepage = 'https://github.com/fishjam-cloud/mobile-client-sdk'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fishjam-mobile-sdk",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"private": true,
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-client/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'maven-publish'

def packageVersion = '0.5.0'
def packageVersion = '0.6.0'

group = 'io.fishjam.reactnative'
version = "${packageVersion}"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-client/ios/RNFishjamClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Pod::Spec.new do |s|

s.source_files = '**/*.{h,m,swift}'

s.dependency 'FishjamCloudClient', '0.5.0'
s.dependency 'FishjamCloudClient', '0.6.0'

end
2 changes: 1 addition & 1 deletion packages/react-native-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/react-native-client",
"version": "0.5.0",
"version": "0.6.0",
"description": "A React Native client for Fishjam Cloud",
"author": "Fishjam Cloud Team",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2c9efc7

Please sign in to comment.