Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-09-18 10:14:52 +0300
committerJoas Schilling <coding@schilljs.com>2020-09-18 10:16:45 +0300
commit48761481eb1e1be7b8ebb803376a5cb6059c0d70 (patch)
tree89e4a98339aa4b5e49f36de5810d5b1ee87ed04d /apps/user_status/appinfo
parentcfd67fd18bb84760b6c5651acc22885e3e8b8196 (diff)
Bump versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/user_status/appinfo')
-rw-r--r--apps/user_status/appinfo/info.xml54
1 files changed, 27 insertions, 27 deletions
diff --git a/apps/user_status/appinfo/info.xml b/apps/user_status/appinfo/info.xml
index 26d8113a842..15d871b89b9 100644
--- a/apps/user_status/appinfo/info.xml
+++ b/apps/user_status/appinfo/info.xml
@@ -1,30 +1,30 @@
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
- <id>user_status</id>
- <name>User status</name>
- <summary>User status</summary>
- <description><![CDATA[User status]]></description>
- <version>1.0.0</version>
- <licence>agpl</licence>
- <author mail="oc.list@georgehrke.com" >Georg Ehrke</author>
- <namespace>UserStatus</namespace>
- <default_enable/>
- <category>social</category>
- <bugs>https://github.com/nextcloud/server</bugs>
- <navigations>
- <navigation>
- <id>user_status-menuitem</id>
- <name>User status</name>
- <route />
- <order>1</order>
- <type>settings</type>
- </navigation>
- </navigations>
- <dependencies>
- <nextcloud min-version="20" max-version="20"/>
- </dependencies>
- <background-jobs>
- <job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>
- </background-jobs>
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
+ <id>user_status</id>
+ <name>User status</name>
+ <summary>User status</summary>
+ <description><![CDATA[User status]]></description>
+ <version>1.1.0</version>
+ <licence>agpl</licence>
+ <author mail="oc.list@georgehrke.com" >Georg Ehrke</author>
+ <namespace>UserStatus</namespace>
+ <default_enable/>
+ <category>social</category>
+ <bugs>https://github.com/nextcloud/server</bugs>
+ <navigations>
+ <navigation>
+ <id>user_status-menuitem</id>
+ <name>User status</name>
+ <route />
+ <order>1</order>
+ <type>settings</type>
+ </navigation>
+ </navigations>
+ <dependencies>
+ <nextcloud min-version="21" max-version="21"/>
+ </dependencies>
+ <background-jobs>
+ <job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>
+ </background-jobs>
</info>