summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-22 11:06:43 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-22 11:06:43 +0200
commitdc8b8301d387d48e38624423cba9cf5323f26291 (patch)
treebbc8f280f74f4f628d0f2720e410bf09f2134325 /appinfo
parentcc3fa38cee2e24dacb940ec5d7ca41e593aa824a (diff)
fix #302
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml10
-rw-r--r--appinfo/info.xml2
2 files changed, 11 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 12b1ba4f9..3ee6a5261 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -111,6 +111,16 @@
<notnull>false</notnull>
</field>
<field>
+ <name>last_modified</name>
+ <type>clob</type>
+ <notnull>false</notnull>
+ </field>
+ <field>
+ <name>etag</name>
+ <type>clob</type>
+ <notnull>false</notnull>
+ </field>
+ <field>
<name>added</name>
<type>integer</type>
<default></default>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 91e51ad96..83651bb04 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.406</version>
+ <version>3.901</version>
<require>7.0.3</require>
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
</info>