summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-17 15:40:44 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-17 15:40:44 +0100
commit751ae8b62adc02cc31ecc35ac0fd29339816fba6 (patch)
tree614d7c23fddcd5ffcec338ab5ca23fb64818ae44
parent2a54eb90eee5e7358e3eebbfef871254ccbcf9e0 (diff)
version bump
-rw-r--r--appinfo/app.json2
-rw-r--r--appinfo/info.xml2
-rw-r--r--js/bower.json2
-rw-r--r--js/package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/app.json b/appinfo/app.json
index ad33c38a4..b30e73131 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": "4.0.4",
+ "version": "4.1.0",
"authors": [
{
"name": "Bernhard Posselt",
diff --git a/appinfo/info.xml b/appinfo/info.xml
index bdc31a320..5ec3b5d6c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>News</name>
<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>
- <version>4.0.4</version>
+ <version>4.1.0</version>
<require>7.0.3</require>
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
</info>
diff --git a/js/bower.json b/js/bower.json
index 373c8b2e7..5d6cd08b6 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "4.0.4",
+ "version": "4.1.0",
"homepage": "https://github.com/owncloud/news",
"authors": [
"Bernhard Posselt <dev@bernhard-posselt.com>"
diff --git a/js/package.json b/js/package.json
index 050b1f262..85e708dac 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "4.0.4",
+ "version": "4.1.0",
"description": "An RSS/Atom feed reader",
"main": "build/app.js",
"scripts": {