summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-16 10:21:03 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-16 10:21:03 +0200
commit45213bf848bd045e1b2840ba51c043fc27be2057 (patch)
treec7fac27ea1faed43d5627c7f80b6fcc1ce5f0d46
parentdb321f413801552279cc58620543ba27c3f1f967 (diff)
version bump3.402
-rw-r--r--CHANGELOG.md1
-rw-r--r--appinfo/app.json4
-rw-r--r--appinfo/info.xml4
-rw-r--r--appinfo/version2
-rw-r--r--js/bower.json2
-rw-r--r--js/package.json2
6 files changed, 8 insertions, 7 deletions
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 @@
<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</description>
<licence>AGPL</licence>
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
- <version>3.401</version>
- <require>7.0.2.2</require>
+ <version>3.402</version>
+ <require>7.0.3</require>
</info>
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 <dev@bernhard-posselt.com>"
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": {