Skip to content

Commit

Permalink
[UPDATE] Version
Browse files Browse the repository at this point in the history
  • Loading branch information
flashphoner committed Feb 14, 2017
1 parent 164ad89 commit 145d5d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "flashphoner-api",
"version": "0.5.15",
"version": "0.5.16",
"main": "./src/flashphoner-core.js",
"description": "Flashphoner Web Call Server API",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/flashphoner-core.js
Expand Up @@ -379,7 +379,7 @@ var createSession = function(options) {
var cConfig = {
appKey: appKey,
mediaProviders: Object.keys(MediaProvider),
clientVersion: "0.5.15",
clientVersion: "0.5.16",
clientOSVersion: window.navigator.appVersion,
clientBrowserVersion: window.navigator.userAgent,
custom: options.custom,
Expand Down

0 comments on commit 145d5d0

Please sign in to comment.