This commit is contained in:
Bernhard Posselt 2014-04-08 03:30:59 +02:00
Родитель c4dc7d3c9f
Коммит a9b34deefd
3 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -237,6 +237,7 @@
<name>status</name>
<type>integer</type>
<length>8</length>
<notnull>true</notnull>
</field>
<field>
<name>last_modified</name>

Просмотреть файл

@ -5,6 +5,6 @@
<description>An RSS/Atom feed reader. Requires the App Framework app and backgroundjobs need to be enabled. See the README.rst in the apps top directory</description>
<licence>AGPL</licence>
<author>Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors).</author>
<version>1.808</version>
<version>1.809</version>
<require>6.0.2</require>
</info>

Просмотреть файл

@ -1 +1 @@
1.808
1.809