Skip to content

Commit

Permalink
chore: update react-native webrtc version
Browse files Browse the repository at this point in the history
  • Loading branch information
DeividVeloso committed Oct 5, 2020
1 parent 8048383 commit ab4d64f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react-native/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/src/index.ts
Original file line number Diff line number Diff line change
@@ -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 };
Expand Down

0 comments on commit ab4d64f

Please sign in to comment.