summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-20 17:25:53 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-20 17:25:53 +0200
commitda083dc5fd40047b845d58c75bda55d635740a32 (patch)
treecbc049bf50b6012364a8c8cc31fdce48ab304462
parent622fe9e7fcfc81b9b213f85d2b103d9a28d1a51b (diff)
version bump
-rw-r--r--appinfo/app.json2
-rw-r--r--appinfo/info.xml2
-rw-r--r--appinfo/version2
-rw-r--r--js/bower.json2
-rw-r--r--js/package.json2
5 files changed, 5 insertions, 5 deletions
diff --git a/appinfo/app.json b/appinfo/app.json
index 5ab4f6d8e..732ede811 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.4.4",
+ "version": "3.4.5",
"authors": [
{
"name": "Bernhard Posselt",
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0937ebfc9..c3d528d4a 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.404</version>
+ <version>3.405</version>
<require>7.0.3</require>
</info>
diff --git a/appinfo/version b/appinfo/version
index bf622fd13..1492eb4be 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-3.404 \ No newline at end of file
+3.405 \ No newline at end of file
diff --git a/js/bower.json b/js/bower.json
index 83768902d..6b07fae74 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "3.4.4",
+ "version": "3.4.5",
"homepage": "https://github.com/owncloud/news",
"authors": [
"Bernhard Posselt <dev@bernhard-posselt.com>"
diff --git a/js/package.json b/js/package.json
index 47bc985ca..ac32f3bd6 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "3.4.4",
+ "version": "3.4.5",
"description": "An RSS/Atom feed reader",
"main": "build/app.js",
"scripts": {