diff --git a/appinfo/app.json b/appinfo/app.json
index b6584774c..57cfa3b40 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.md in the apps top directory",
"licence": "AGPL",
- "version": "4.1.1",
+ "version": "4.1.2",
"authors": [
{
"name": "Bernhard Posselt",
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 70af4e41d..5089703e9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
News
An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory
AGPL
- 4.1.1
+ 4.1.2
7.0.3
Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt
diff --git a/js/bower.json b/js/bower.json
index ca35a430d..3ab51c854 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "4.1.1",
+ "version": "4.1.2",
"homepage": "https://github.com/owncloud/news",
"authors": [
"Bernhard Posselt "
diff --git a/js/package.json b/js/package.json
index 894257da4..a488f708c 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "4.1.1",
+ "version": "4.1.2",
"description": "An RSS/Atom feed reader",
"main": "build/app.js",
"scripts": {