summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-14 12:38:45 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-14 12:38:45 +0100
commit262d734c294d47543c8dc85d2fb5d8727758c082 (patch)
tree1948041d1e19732cebe2d0884f7baa56e7d8fa53
parent6db0c7e62e0381f165ca1e5448348670afb9dc45 (diff)
version bump4.0.3
-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 95a87746f..94357c58d 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.2",
+ "version": "4.0.3",
"authors": [
{
"name": "Bernhard Posselt",
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f68db19d1..54efd3a02 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.2</version>
+ <version>4.0.3</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 4697fe24e..ade02e744 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "4.0.2",
+ "version": "4.0.3",
"homepage": "https://github.com/owncloud/news",
"authors": [
"Bernhard Posselt <dev@bernhard-posselt.com>"
diff --git a/js/package.json b/js/package.json
index b56021ed0..57d91f0d5 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "4.0.2",
+ "version": "4.0.3",
"description": "An RSS/Atom feed reader",
"main": "build/app.js",
"scripts": {