summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-29 21:43:02 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-29 21:43:02 +0200
commit65cceba832e2d0770ed517728f848632e2e6e42e (patch)
tree87c70c84d64538039f3c7be9b817d6cb6e795ba1
parent26d950486ba5e48dd5ba44a4924760c88ed6c7ac (diff)
version bump3.202
-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 5dfe9ba73..65e797003 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.rst in the apps top directory",
"licence": "AGPL",
- "version": "3.201",
+ "version": "3.202",
"authors": [
{
"name": "Bernhard Posselt",
diff --git a/appinfo/info.xml b/appinfo/info.xml
index afd3868ea..b9c289bdc 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.rst in the apps top directory</description>
<licence>AGPL</licence>
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
- <version>3.201</version>
+ <version>3.202</version>
<require>7</require>
</info>
diff --git a/appinfo/version b/appinfo/version
index c336a92a9..3c2cfa043 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-3.201 \ No newline at end of file
+3.202 \ No newline at end of file
diff --git a/js/bower.json b/js/bower.json
index 61ebe42d7..a7e8ad729 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "3.2.1",
+ "version": "3.2.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 1aab1c574..7a0ab9036 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "3.2.1",
+ "version": "3.2.2",
"description": "An RSS/Atom feed reader",
"main": "build/app.js",
"scripts": {