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 4.3.1. (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunz authored Jun 9, 2020
1 parent 4f218e4 commit 8fae8a8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/jsdoc/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": false,
"outputSourcePath": false,
"systemName": "Intel® Collaboration Suite for WebRTC version 4.3",
"systemName": "Intel® Collaboration Suite for WebRTC version 4.3.1",
"footer": "",
"copyright": "Copyright © 2019 Intel Corporation. All Rights Reserved.",
"copyright": "Copyright © 2020 Intel Corporation. All Rights Reserved.",
"navType": "vertical",
"theme": "cosmo",
"linenums": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "owt-client-javascript",
"title": "Open WebRTC Toolkit JavaScript SDK",
"description": "Open WebRTC Toolkit JavaScript SDK",
"version": "4.3.0",
"version": "4.3.1",
"homepage": "https://webrtc.intel.com",
"author": "Intel WebRTC team",
"contributors": [
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": "oms-sample-conference",
"title": "Open WebRTC Toolkit Conference Sample",
"description": "Open WebRTC Toolkit JavaScript Conference Sample",
"version": "4.3.0",
"version": "4.3.1",
"homepage": "http://webrtc.intel.com",
"author": "Intel WebRTC team",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/samples/p2p/js/sc.websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function SignalingChannel() {
this.onServerDisconnected = null;

var clientType = 'Web';
var clientVersion = '4.3';
var clientVersion = '4.3.1';

var wsServer = null;

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 = '4.3';
const sdkVersion = '4.3.1';

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

0 comments on commit 8fae8a8

Please sign in to comment.