summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-17 17:37:54 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-17 17:37:54 -0400
commitc378e972a12ba41d252d74e509f88ea7bec2544d (patch)
tree22e05c91cc6409d803cdce5598fd227d76a8b904 /appinfo
parent4c8de80f564675f30687d21373ef3674a77a7926 (diff)
adds favicon; needs css polishing
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml6
-rw-r--r--appinfo/info.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 3f5f6c44a..dc3a2b606 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -76,6 +76,12 @@
<length>100</length>
</field>
<field>
+ <name>favicon_link</name>
+ <type>text</type>
+ <notnull>false</notnull>
+ <length>100</length>
+ </field>
+ <field>
<name>added</name>
<type>integer</type>
<default></default>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0ada6e75c..1e5215550 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>5.5</version>
+ <version>6.1</version>
<licence>AGPL</licence>
<author>Alessandro Cosentino</author>
<require>4</require>