From 402578fc01c2959b63dc83a0d97aaa971e3dae36 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 23 Sep 2014 14:41:29 +0200 Subject: version bump --- CHANGELOG.md | 3 +++ appinfo/app.json | 2 +- appinfo/info.xml | 2 +- appinfo/version | 2 +- js/bower.json | 2 +- js/package.json | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa0780ba..f8de2f86c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +owncloud-news (3.104) +* **Bugfix**: Backport ownCloud CSS z-index fix to ownCloud 7 for settings popup that made it difficult to access the administration tab + owncloud-news (3.103) * **Bugfix**: Turn all errors into exceptions to prevent failing all feed updates if one update runs into an error diff --git a/appinfo/app.json b/appinfo/app.json index 0e6e541e5..0f71356ac 100644 --- a/appinfo/app.json +++ b/appinfo/app.json @@ -3,7 +3,7 @@ "id": "news", "description": "ownCloud News App", "licence": "AGPL", - "version": "3.103", + "version": "3.104", "authors": [ { "name": "Bernhard Posselt", diff --git a/appinfo/info.xml b/appinfo/info.xml index 35bf4d138..3ec4b12b3 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 Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors). - 3.103 + 3.104 7 diff --git a/appinfo/version b/appinfo/version index e6cd2e1c8..759fb524b 100644 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -3.103 \ No newline at end of file +3.104 \ No newline at end of file diff --git a/js/bower.json b/js/bower.json index 5bc5f1aa9..797981205 100644 --- a/js/bower.json +++ b/js/bower.json @@ -1,6 +1,6 @@ { "name": "ownCloud-news", - "version": "0.0.0", + "version": "3.104", "homepage": "https://github.com/owncloud/news", "authors": [ "Bernhard Posselt " diff --git a/js/package.json b/js/package.json index 95110b6b6..3d16d9d5f 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "ownCloud-news", - "version": "0.0.0", + "version": "3.104", "description": "An RSS/Atom feed reader", "main": "build/app.js", "scripts": { -- cgit v1.2.3