Skip to content

Commit

Permalink
build v3.2.0-beta.3 for nc 12
Browse files Browse the repository at this point in the history
  • Loading branch information
sualko committed May 2, 2017
1 parent 70e1076 commit f93fd57
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 15 deletions.
5 changes: 2 additions & 3 deletions 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.2.0-beta.2</version>
<version>3.2.0-beta.3</version>
<licence>agpl</licence>
<author mail="[email protected]">Klaus Herberth</author>
<author>Tobia De Koninck</author>
Expand Down Expand Up @@ -37,8 +37,7 @@
<lib>xmlreader</lib>
<lib>xmlwriter</lib>
<lib>dom</lib>
<owncloud min-version="8.0" max-version="9"/>
<nextcloud min-version="8.1" max-version="12"/>
<nextcloud min-version="12" max-version="12"/>
</dependencies>

<ocsid>162257</ocsid>
Expand Down
5 changes: 2 additions & 3 deletions 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.2.0-beta.2</version>
<version>3.2.0-beta.3</version>
<licence>agpl</licence>
<author mail="[email protected]">Klaus Herberth</author>
<author>Tobia De Koninck</author>
Expand Down Expand Up @@ -37,8 +37,7 @@
<lib>xmlreader</lib>
<lib>xmlwriter</lib>
<lib>dom</lib>
<owncloud min-version="8.0" max-version="9"/>
<nextcloud min-version="8.1" max-version="12"/>
<nextcloud min-version="12" max-version="12"/>
</dependencies>

<ocsid>162257</ocsid>
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.2.0-beta.2 - 2017-04-28
* ojsxc v3.2.0-beta.3 - 2017-05-02
*
* 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.2.0-beta.2
* @version 3.2.0-beta.3
* @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.2.0-beta.2 - 2017-04-28
* ojsxc v3.2.0-beta.3 - 2017-05-02
*
* 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.2.0-beta.2
* @version 3.2.0-beta.3
* @license MIT
*/

Expand Down
4 changes: 2 additions & 2 deletions build/js/ojsxc.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*!
* ojsxc v3.2.0-beta.2 - 2017-04-28
* ojsxc v3.2.0-beta.3 - 2017-05-02
*
* 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.2.0-beta.2
* @version 3.2.0-beta.3
* @license MIT
*/

Expand Down
4 changes: 2 additions & 2 deletions build/lib/Settings/Section.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

use OCP\IL10N;
use OCP\IURLGenerator;
use OCP\Settings\ISection;
use OCP\Settings\IIconSection;

class Section implements ISection
class Section implements IIconSection
{
/** @var IL10N */
private $l;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ojsxc",
"version": "3.2.0-beta.2",
"version": "3.2.0-beta.3",
"description": "Real-time chat app for Nextcloud",
"homepage": "http://www.jsxc.org/",
"bugs": "https://github.com/jsxc/jsxc/issues",
Expand Down

0 comments on commit f93fd57

Please sign in to comment.