diff --git a/appinfo/app.json b/appinfo/app.json
index 5dfe9ba73..65e797003 100644
--- a/appinfo/app.json
+++ b/appinfo/app.json
@@ -3,7 +3,7 @@
"id": "news",
"description": "An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.rst in the apps top directory",
"licence": "AGPL",
- "version": "3.201",
+ "version": "3.202",
"authors": [
{
"name": "Bernhard Posselt",
diff --git a/appinfo/info.xml b/appinfo/info.xml
index afd3868ea..b9c289bdc 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,6 +5,6 @@
An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.rst in the apps top directory
AGPL
Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt
- 3.201
+ 3.202
7
diff --git a/appinfo/version b/appinfo/version
index c336a92a9..3c2cfa043 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-3.201
\ No newline at end of file
+3.202
\ No newline at end of file
diff --git a/js/bower.json b/js/bower.json
index 61ebe42d7..a7e8ad729 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "3.2.1",
+ "version": "3.2.2",
"homepage": "https://github.com/owncloud/news",
"authors": [
"Bernhard Posselt "
diff --git a/js/package.json b/js/package.json
index 1aab1c574..7a0ab9036 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "3.2.1",
+ "version": "3.2.2",
"description": "An RSS/Atom feed reader",
"main": "build/app.js",
"scripts": {