summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-07 18:33:36 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-07 18:33:36 +0200
commitf29ad806fa49ba5f4eea1276d8414c115458157e (patch)
tree69f3a8339ec687b40de86e6ed014c8a89c6c6bbb
parentfa2e1c7a225a6accebdd483e701ed68a33b7dadf (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 f7d0d33cc..f9def7099 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.302",
+ "version": "3.401",
"authors": [
{
"name": "Bernhard Posselt",
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 71e01f448..694164863 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.302</version>
+ <version>3.401</version>
<require>7.0.2.2</require>
</info>
diff --git a/appinfo/version b/appinfo/version
index 875f4c9f5..acce56cab 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-3.302 \ No newline at end of file
+3.401 \ No newline at end of file
diff --git a/js/bower.json b/js/bower.json
index ebc76a6c5..71dc33901 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "3.3.2",
+ "version": "3.4.1",
"homepage": "https://github.com/owncloud/news",
"authors": [
"Bernhard Posselt <dev@bernhard-posselt.com>"
diff --git a/js/package.json b/js/package.json
index 9fce0eaf3..473ce315e 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "3.3.2",
+ "version": "3.4.1",
"description": "An RSS/Atom feed reader",
"main": "build/app.js",
"scripts": {