Skip to content

Commit

Permalink
Increase version to 3.10.0-beta.3 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
graduad committed Aug 10, 2023
1 parent a99db33 commit 26e6e4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0-beta.2"
COMMS_SDK_VERSION="3.10.0-beta.3"
COMPONENT_NAME="react-native-sdk"
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.0-beta.2+1",
"version": "3.10.0-beta.3+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.0-beta.2"
private let sdkVersion = "3.10.0-beta.3"

@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.0-beta.2",
"version": "3.10.0-beta.3",
"description": "Dolby.io iAPI SDK for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 26e6e4f

Please sign in to comment.