Skip to content

Commit

Permalink
Updated version number to 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques-Olivier Haché committed Sep 5, 2018
1 parent 86b025f commit d79d23b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "adapterjs",
"description": "Creating a common API for WebRTC in the browser",
"version": "0.15.2",
"version": "0.15.3",
"homepage": "https://temasys.github.io/",
"author": {
"name": "Temasys Communications Pte. Ltd.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "adapterjs",
"description": "Creating a common API for WebRTC in the browser",
"version": "0.15.2",
"version": "0.15.3",
"homepage": "https://temasys.github.io/",
"author": {
"name": "Temasys Communications Pte. Ltd.",
Expand Down
4 changes: 2 additions & 2 deletions publish/adapter.debug.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! adapterjs - v0.15.2 - 2018-09-03 */
/*! adapterjs - v0.15.3 - 2018-09-05 */

'use strict'

Expand All @@ -20,7 +20,7 @@ AdapterJS.options.hidePluginInstallPrompt = !!AdapterJS.options.hidePluginInstal
AdapterJS.options.forceSafariPlugin = !!AdapterJS.options.forceSafariPlugin;

// AdapterJS version
AdapterJS.VERSION = '0.15.2';
AdapterJS.VERSION = '0.15.3';

// This function will be called when the WebRTC API is ready to be used
// Whether it is the native implementation (Chrome, Firefox, Opera) or
Expand Down
4 changes: 2 additions & 2 deletions publish/adapter.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions publish/adapter.screenshare.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! adapterjs - v0.15.2 - 2018-09-03 */
/*! adapterjs - v0.15.3 - 2018-09-05 */

'use strict'

Expand All @@ -20,7 +20,7 @@ AdapterJS.options.hidePluginInstallPrompt = !!AdapterJS.options.hidePluginInstal
AdapterJS.options.forceSafariPlugin = !!AdapterJS.options.forceSafariPlugin;

// AdapterJS version
AdapterJS.VERSION = '0.15.2';
AdapterJS.VERSION = '0.15.3';

// This function will be called when the WebRTC API is ready to be used
// Whether it is the native implementation (Chrome, Firefox, Opera) or
Expand Down
4 changes: 2 additions & 2 deletions publish/adapter.screenshare.min.js

Large diffs are not rendered by default.

0 comments on commit d79d23b

Please sign in to comment.