summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-04 13:57:29 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-04 13:57:29 +0200
commite25bde882d1683c21240c4223dc2a180be6f52b2 (patch)
tree3b77e1142f79517238f1b8b47807039d2c120c1a
parentc94a473e7580ec49ae46c3f9fc229f1d424b2413 (diff)
bump version
-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 92f314b21..ec271d6fd 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.202",
+ "version": "3.301",
"authors": [
{
"name": "Bernhard Posselt",
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 69677a35c..4b6da7edf 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.202</version>
+ <version>3.301</version>
<require>7.0.3</require>
</info>
diff --git a/appinfo/version b/appinfo/version
index 3c2cfa043..9ec31fcab 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-3.202 \ No newline at end of file
+3.301 \ No newline at end of file
diff --git a/js/bower.json b/js/bower.json
index a7e8ad729..9e13df1f5 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "3.2.2",
+ "version": "3.3.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 7a0ab9036..e737c0ac9 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "3.2.2",
+ "version": "3.3.1",
"description": "An RSS/Atom feed reader",
"main": "build/app.js",
"scripts": {