summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
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>