diff --git a/ios/BigBlueButton.xcodeproj/project.pbxproj b/ios/BigBlueButton.xcodeproj/project.pbxproj index 57db27f..226ba3b 100644 --- a/ios/BigBlueButton.xcodeproj/project.pbxproj +++ b/ios/BigBlueButton.xcodeproj/project.pbxproj @@ -452,7 +452,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = BigBlueButton/BigBlueButton.entitlements; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 7; DEVELOPMENT_TEAM = N69T9W23TC; ENABLE_BITCODE = NO; INFOPLIST_FILE = BigBlueButton/Info.plist; @@ -484,7 +484,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = BigBlueButton/BigBlueButton.entitlements; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 7; DEVELOPMENT_TEAM = N69T9W23TC; INFOPLIST_FILE = BigBlueButton/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.7; diff --git a/package.json b/package.json index ad10970..f492f97 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@react-navigation/native": "^6.0.8", "@react-navigation/native-stack": "^6.5.0", "@types/styled-components-react-native": "^5.1.3", - "bigbluebutton-mobile-sdk": "^0.1.15", + "bigbluebutton-mobile-sdk": "^0.1.16", "i18next": "^21.6.12", "i18next-browser-languagedetector": "^6.1.3", "react": "17.0.2",