From ab4d64f10e64e2121f531b5879e44dcbf3650779 Mon Sep 17 00:00:00 2001 From: Deivid Veloso Date: Mon, 5 Oct 2020 11:42:52 -0300 Subject: [PATCH] chore: update react-native webrtc version --- packages/react-native/package-lock.json | 2 +- packages/react-native/package.json | 2 +- packages/react-native/src/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-native/package-lock.json b/packages/react-native/package-lock.json index 0c770f8c..4341e81e 100644 --- a/packages/react-native/package-lock.json +++ b/packages/react-native/package-lock.json @@ -1,6 +1,6 @@ { "name": "@telnyx/react-native", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 9df32baf..d8e78b4b 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@telnyx/react-native", - "version": "1.0.7", + "version": "1.0.8", "description": "React-Native library for connecting to Telnyx.", "author": "Telnyx Team", "main": "dist/react-native/src/index.js", diff --git a/packages/react-native/src/index.ts b/packages/react-native/src/index.ts index 2051961b..27c12ca4 100644 --- a/packages/react-native/src/index.ts +++ b/packages/react-native/src/index.ts @@ -1,7 +1,7 @@ import TelnyxRTC from "../../js/src/TelnyxRTC"; import { setAgentName } from "../../js/src/Modules/Verto/messages/blade/Connect"; -export const VERSION = "1.0.7"; +export const VERSION = "1.0.8"; setAgentName(`ReactNative SDK/${VERSION}`); export { TelnyxRTC };