Skip to content

Commit

Permalink
build v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sualko committed Feb 14, 2017
1 parent d09d650 commit 4f6930e
Show file tree
Hide file tree
Showing 8 changed files with 1,135 additions and 14 deletions.
6 changes: 3 additions & 3 deletions build/js/jsxc/jsxc.js
@@ -1,13 +1,13 @@
/*!
* jsxc v3.1.0 - 2017-02-14
* jsxc v3.1.1 - 2017-02-14
*
* Copyright (c) 2017 Klaus Herberth <klaus@jsxc.org> <br>
* Released under the MIT license
*
* Please see http://www.jsxc.org/
*
* @author Klaus Herberth <klaus@jsxc.org>
* @version 3.1.0
* @version 3.1.1
* @license MIT
*/

Expand All @@ -25,7 +25,7 @@ var jsxc = null, RTC = null, RTCPeerconnection = null;
*/
jsxc = {
/** Version of jsxc */
version: '3.1.0',
version: '3.1.1',

/** True if i'm the master */
master: false,
Expand Down
6 changes: 3 additions & 3 deletions build/js/jsxc/jsxc.min.js

Large diffs are not rendered by default.

0 comments on commit 4f6930e

Please sign in to comment.