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

Commit

Permalink
Bump version number to 5.1.0. (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunz authored Mar 14, 2023
1 parent d7b961b commit ea06296
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@
"name": "owt-client-javascript",
"title": "Open WebRTC Toolkit JavaScript SDK",
"description": "Open WebRTC Toolkit JavaScript SDK",
"version": "5.0.0",
"version": "5.1.0",
"homepage": "https://webrtc.intel.com",
"author": "Intel WebRTC team",
"contributors": [
"Markus Chou <[email protected]>",
"Xiaoyun Zhao <[email protected]>",
"Jianjun Zhu <[email protected]>"
],
"author": "Open WebRTC Toolkit authors",
"keywords": [
"webrtc",
"library",
Expand Down
2 changes: 1 addition & 1 deletion src/samples/conference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "owt-sample-conference",
"title": "Open WebRTC Toolkit Conference Sample",
"description": "Open WebRTC Toolkit JavaScript Conference Sample",
"version": "5.0.0",
"version": "5.1.0",
"homepage": "http://webrtc.intel.com",
"author": "Open WebRTC Toolkit authors",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/base/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* global navigator, window */

'use strict';
const sdkVersion = '5.0';
const sdkVersion = '5.1';

// eslint-disable-next-line require-jsdoc
export function isFirefox() {
Expand Down

0 comments on commit ea06296

Please sign in to comment.