diff --git a/apps/calendar/appinfo/database.xml b/apps/calendar/appinfo/database.xml index 159ca0127e427da0f06e737265b13428902cce0d..bf92179c40b45e0ac7a5cb69ddd99c8704f97e67 100755 --- a/apps/calendar/appinfo/database.xml +++ b/apps/calendar/appinfo/database.xml @@ -187,7 +187,7 @@ <type>text</type> <default></default> <notnull>false</notnull> - <length>20</length> + <length>100</length> </field> </declaration> diff --git a/apps/calendar/appinfo/info.xml b/apps/calendar/appinfo/info.xml index 23a07588cb4c8b2380ad3bc2ec504138a7ada804..c846fc1eebcc708de14adeb9f30f63f3420e8d39 100755 --- a/apps/calendar/appinfo/info.xml +++ b/apps/calendar/appinfo/info.xml @@ -2,9 +2,9 @@ <info> <id>calendar</id> <name>Calendar</name> - <version>0.1</version> + <version>0.2</version> <licence>AGPL</licence> - <author>Jakob Sack, Georg Ehrke (Userinterface)</author> + <author>Georg Ehrke (Userinterface), Jakob Sack</author> <require>2</require> - <description>CalDAV server with viewing support.</description> + <description>Calendar with CalDAV support</description> </info>