diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6d6839ae..f081dd92 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
JavaScript XMPP Chat
Facebook-like chat
Facebook-like chat with end-to-end encrypted conversation, video calls, multi-user rooms, XMPP and internal server backend.
- 3.2.0-beta.2
+ 3.2.0-beta.3
agpl
Klaus Herberth
Tobia De Koninck
@@ -37,8 +37,7 @@
xmlreader
xmlwriter
dom
-
-
+
162257
diff --git a/build/appinfo/info.xml b/build/appinfo/info.xml
index 6d6839ae..f081dd92 100644
--- a/build/appinfo/info.xml
+++ b/build/appinfo/info.xml
@@ -5,7 +5,7 @@
JavaScript XMPP Chat
Facebook-like chat
Facebook-like chat with end-to-end encrypted conversation, video calls, multi-user rooms, XMPP and internal server backend.
- 3.2.0-beta.2
+ 3.2.0-beta.3
agpl
Klaus Herberth
Tobia De Koninck
@@ -37,8 +37,7 @@
xmlreader
xmlwriter
dom
-
-
+
162257
diff --git a/build/css/jsxc.oc.css b/build/css/jsxc.oc.css
index 477f7879..3b637124 100644
--- a/build/css/jsxc.oc.css
+++ b/build/css/jsxc.oc.css
@@ -1,5 +1,5 @@
/*!
- * ojsxc v3.2.0-beta.2 - 2017-04-28
+ * ojsxc v3.2.0-beta.3 - 2017-05-02
*
* Copyright (c) 2017 Klaus Herberth
* Released under the MIT license
@@ -7,7 +7,7 @@
* Please see http://www.jsxc.org/
*
* @author Klaus Herberth
- * @version 3.2.0-beta.2
+ * @version 3.2.0-beta.3
* @license MIT
*/
diff --git a/build/js/eof.js b/build/js/eof.js
index 7b29a9bf..0b07b8bc 100644
--- a/build/js/eof.js
+++ b/build/js/eof.js
@@ -1,5 +1,5 @@
/*!
- * ojsxc v3.2.0-beta.2 - 2017-04-28
+ * ojsxc v3.2.0-beta.3 - 2017-05-02
*
* Copyright (c) 2017 Klaus Herberth
* Released under the MIT license
@@ -7,7 +7,7 @@
* Please see http://www.jsxc.org/
*
* @author Klaus Herberth
- * @version 3.2.0-beta.2
+ * @version 3.2.0-beta.3
* @license MIT
*/
diff --git a/build/js/ojsxc.js b/build/js/ojsxc.js
index 2f26d28c..24d22a4d 100644
--- a/build/js/ojsxc.js
+++ b/build/js/ojsxc.js
@@ -1,5 +1,5 @@
/*!
- * ojsxc v3.2.0-beta.2 - 2017-04-28
+ * ojsxc v3.2.0-beta.3 - 2017-05-02
*
* Copyright (c) 2017 Klaus Herberth
* Released under the MIT license
@@ -7,7 +7,7 @@
* Please see http://www.jsxc.org/
*
* @author Klaus Herberth
- * @version 3.2.0-beta.2
+ * @version 3.2.0-beta.3
* @license MIT
*/
diff --git a/build/lib/Settings/Section.php b/build/lib/Settings/Section.php
index 9613a032..c6aca625 100644
--- a/build/lib/Settings/Section.php
+++ b/build/lib/Settings/Section.php
@@ -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;
diff --git a/package.json b/package.json
index d216b371..545f3d12 100644
--- a/package.json
+++ b/package.json
@@ -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",