summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-27 15:00:13 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-27 15:00:13 +0100
commitf11e4cff46ad6b41f53c2354ca189186b1dd421e (patch)
treeb4cac763bd29acd02d2b5c4d1bd51eb37acaf182 /appinfo
parent7b058820f5cd34666b389de28afe3a11f451f742 (diff)
semantic versioning
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.json2
-rw-r--r--appinfo/database.xml5
-rw-r--r--appinfo/info.xml2
3 files changed, 7 insertions, 2 deletions
diff --git a/appinfo/app.json b/appinfo/app.json
index a638e0e9b..8110b748a 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.1",
+ "version": "4.0.0",
"authors": [
{
"name": "Bernhard Posselt",
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 3ee6a5261..5643ea5b6 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -96,6 +96,11 @@
<notnull>true</notnull>
</field>
<field>
+ <name>location</name>
+ <type>clob</type>
+ <notnull>false</notnull>
+ </field>
+ <field>
<name>title</name>
<type>clob</type>
<notnull>true</notnull>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 83651bb04..1234286d1 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>3.901</version>
+ <version>3.999.3</version>
<require>7.0.3</require>
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
</info>