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 94a8498 commit 5085839
Show file tree
Hide file tree
Showing 12 changed files with 1,141 additions and 20 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>JavaScript XMPP Chat</name>
<summary>Facebook-like chat</summary>
<description>Facebook-like chat with end-to-end encrypted conversation, video calls, multi-user rooms, XMPP and internal server backend.</description>
<version>3.1.0</version>
<version>3.1.1</version>
<licence>agpl</licence>
<author mail="[email protected]">Klaus Herberth</author>
<author>Tobia De Koninck</author>
Expand Down
2 changes: 1 addition & 1 deletion build/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>JavaScript XMPP Chat</name>
<summary>Facebook-like chat</summary>
<description>Facebook-like chat with end-to-end encrypted conversation, video calls, multi-user rooms, XMPP and internal server backend.</description>
<version>3.1.0</version>
<version>3.1.1</version>
<licence>agpl</licence>
<author mail="[email protected]">Klaus Herberth</author>
<author>Tobia De Koninck</author>
Expand Down
4 changes: 2 additions & 2 deletions build/css/jsxc.oc.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*!
* ojsxc v3.1.0 - 2017-02-14
* ojsxc v3.1.1 - 2017-02-14
*
* Copyright (c) 2017 Klaus Herberth <[email protected]> <br>
* Released under the MIT license
*
* Please see http://www.jsxc.org/
*
* @author Klaus Herberth <[email protected]>
* @version 3.1.0
* @version 3.1.1
* @license MIT
*/

Expand Down
4 changes: 2 additions & 2 deletions build/js/admin.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*!
* ojsxc v3.1.0 - 2017-02-14
* ojsxc v3.1.1 - 2017-02-14
*
* Copyright (c) 2017 Klaus Herberth <[email protected]> <br>
* Released under the MIT license
*
* Please see http://www.jsxc.org/
*
* @author Klaus Herberth <[email protected]>
* @version 3.1.0
* @version 3.1.1
* @license MIT
*/

Expand Down
4 changes: 2 additions & 2 deletions build/js/eof.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*!
* ojsxc v3.1.0 - 2017-02-14
* ojsxc v3.1.1 - 2017-02-14
*
* Copyright (c) 2017 Klaus Herberth <[email protected]> <br>
* Released under the MIT license
*
* Please see http://www.jsxc.org/
*
* @author Klaus Herberth <[email protected]>
* @version 3.1.0
* @version 3.1.1
* @license MIT
*/

Expand Down
6 changes: 3 additions & 3 deletions build/js/jsxc/jsxc.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*!
* jsxc v3.1.0 - 2017-02-14
* jsxc v3.1.1 - 2017-02-14
*
* Copyright (c) 2017 Klaus Herberth <[email protected]> <br>
* Released under the MIT license
*
* Please see http://www.jsxc.org/
*
* @author Klaus Herberth <[email protected]>
* @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.

Loading

0 comments on commit 5085839

Please sign in to comment.