summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml7
-rw-r--r--appinfo/info.xml2
2 files changed, 8 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index dc3a2b606..cbb8baf1e 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -64,6 +64,13 @@
<length>4</length>
</field>
<field>
+ <name>user_id</name>
+ <type>text</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>64</length>
+ </field>
+ <field>
<name>url</name>
<type>text</type>
<notnull>true</notnull>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1e5215550..9d20afde0 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,7 +3,7 @@
<id>news</id>
<name>News</name>
<description>An RSS/Atom feed reader</description>
- <version>6.1</version>
+ <version>6.2</version>
<licence>AGPL</licence>
<author>Alessandro Cosentino</author>
<require>4</require>