diff --git a/CHANGELOG.md b/CHANGELOG.md index e63b5440f..1cc740bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ owncloud-news (3.402) +* **New dependency**: Bump required ownCloud version to 7.0.3 (RC1 is also supported) * **Bugfix**: Use **News** as the app navigation entry name across all languages to fix translation errors and because it makes sense owncloud-news (3.401) diff --git a/appinfo/app.json b/appinfo/app.json index f9def7099..a3d47891c 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": "3.401", + "version": "3.4.2", "authors": [ { "name": "Bernhard Posselt", @@ -36,7 +36,7 @@ "categories": ["Multimedia"], "dependencies": { "php": ">=5.4", - "owncloud": ">=7.0.2.2", + "owncloud": ">=7.0.3", "libs": { "curl": "*", "libxml": ">=2.7.8", diff --git a/appinfo/info.xml b/appinfo/info.xml index 694164863..a736bbe96 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.401 - 7.0.2.2 + 3.402 + 7.0.3 diff --git a/appinfo/version b/appinfo/version index acce56cab..22e17e864 100644 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -3.401 \ No newline at end of file +3.402 \ No newline at end of file diff --git a/js/bower.json b/js/bower.json index 71dc33901..40a442167 100644 --- a/js/bower.json +++ b/js/bower.json @@ -1,6 +1,6 @@ { "name": "ownCloud-news", - "version": "3.4.1", + "version": "3.4.2", "homepage": "https://github.com/owncloud/news", "authors": [ "Bernhard Posselt " diff --git a/js/package.json b/js/package.json index 473ce315e..e395871da 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "ownCloud-news", - "version": "3.4.1", + "version": "3.4.2", "description": "An RSS/Atom feed reader", "main": "build/app.js", "scripts": {