Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Increase version to 3.11.0-beta.1 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
graduad authored Sep 12, 2023
1 parent 6bc2ecd commit 61d3106
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ MOCKITO_CORE_VERSION=2.26.0
POWERMOCK_VERSION=2.0.2
ROBOLECTRIC_VERSION=4.4
JUNIT_VERSION=4.13.2
COMMS_SDK_VERSION="3.10.1"
COMMS_SDK_VERSION="3.11.0-beta.1"
COMPONENT_NAME="react-native-sdk"
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ PODS:
- React-jsinspector (0.71.3)
- React-logger (0.71.3):
- glog
- react-native-comms-sdk (3.10.1):
- react-native-comms-sdk (3.11.0-beta.1):
- React-Core
- VoxeetSDK (~> 3.11.0)
- react-native-document-picker (7.1.3):
Expand Down Expand Up @@ -676,7 +676,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 515b703d23ffadeac7687bc2d12fb08b90f0aaa1
React-jsinspector: 9f7c9137605e72ca0343db4cea88006cb94856dd
React-logger: 957e5dc96d9dbffc6e0f15e0ee4d2b42829ff207
react-native-comms-sdk: c26debe23427f633d02d573d2dde97ecc281743d
react-native-comms-sdk: 567b8e494852aac4301685135a251834812f609a
react-native-document-picker: ec07866a30707f23660c0f3ae591d669d3e89096
react-native-safe-area-context: 9e40fb181dac02619414ba1294d6c2a807056ab9
React-perflogger: af8a3d31546077f42d729b949925cc4549f14def
Expand All @@ -703,4 +703,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 20a3e54e5b6e278732f5d890081ed875e8df52ce

COCOAPODS: 1.11.3
COCOAPODS: 1.12.1
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-comms-sdk-example",
"description": "Example app for react-native-dolbyio-sdk",
"version": "3.10.1+1",
"version": "3.11.0-beta.1+1",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ios/Services/CommsAPIModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ private enum EventKeys: String, CaseIterable {
}

private let componentName = "react-native-sdk"
private let sdkVersion = "3.10.1"
private let sdkVersion = "3.11.0-beta.1"

@objc(RNCommsAPIModule)
public class CommsAPIModule: ReactEmitter {
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": "@dolbyio/comms-sdk-react-native",
"version": "3.10.1",
"version": "3.11.0-beta.1",
"description": "Dolby.io iAPI SDK for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 61d3106

Please sign in to comment.