From 1ad4b87007a2e288075b40616579c9580299e68b Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 6 Oct 2014 14:34:11 +0200 Subject: version bump --- CHANGELOG.md | 1 + appinfo/app.json | 2 +- appinfo/info.xml | 2 +- appinfo/version | 2 +- js/bower.json | 2 +- js/package.json | 2 +- templates/index.php | 4 ---- 7 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d0805fc7..b36241238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ owncloud-news (3.302) * **Bugfix**: Fix text overflow for subscriptions and starred feed * **Bugfix**: Styles for h4, h5 and h6 +* **Bugfix**: Support 7.0.3 alpha release * **Enhancement**: Minify CSS * **Enhancement**: Minify JavaScript diff --git a/appinfo/app.json b/appinfo/app.json index 3606c143f..3ba1c87ec 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.301", + "version": "3.302", "authors": [ { "name": "Bernhard Posselt", diff --git a/appinfo/info.xml b/appinfo/info.xml index bc9a01fd1..71e01f448 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.md in the apps top directory AGPL Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt - 3.301 + 3.302 7.0.2.2 diff --git a/appinfo/version b/appinfo/version index 9ec31fcab..875f4c9f5 100644 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -3.301 \ No newline at end of file +3.302 \ No newline at end of file diff --git a/js/bower.json b/js/bower.json index a1f81860f..ebc76a6c5 100644 --- a/js/bower.json +++ b/js/bower.json @@ -1,6 +1,6 @@ { "name": "ownCloud-news", - "version": "3.3.1", + "version": "3.3.2", "homepage": "https://github.com/owncloud/news", "authors": [ "Bernhard Posselt " diff --git a/js/package.json b/js/package.json index f17168bba..9fce0eaf3 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "ownCloud-news", - "version": "3.3.1", + "version": "3.3.2", "description": "An RSS/Atom feed reader", "main": "build/app.js", "scripts": { diff --git a/templates/index.php b/templates/index.php index 5ebf8726c..a010d1687 100644 --- a/templates/index.php +++ b/templates/index.php @@ -14,12 +14,8 @@ script('news', [ 'vendor/momentjs/min/moment-with-locales.min', 'build/app.min', ]); - - - ?> -
-- cgit v1.2.3