diff options
author | Georg Ehrke <developer@georgehrke.com> | 2020-09-02 14:33:40 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2020-09-07 11:30:18 +0200 |
commit | 2146950a711fc49cf48c1ec10230106f5a59d5b9 (patch) | |
tree | 94da27cd1ffc2d0db94213afa5377675162c8b69 /apps/user_status/appinfo | |
parent | 5be49491d31f7f4a972fa5c2b7034b688f318c94 (diff) | |
download | nextcloud-server-2146950a711fc49cf48c1ec10230106f5a59d5b9.tar.gz nextcloud-server-2146950a711fc49cf48c1ec10230106f5a59d5b9.zip |
Add MigrationStep to add better Indizes
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'apps/user_status/appinfo')
-rw-r--r-- | apps/user_status/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/appinfo/info.xml b/apps/user_status/appinfo/info.xml index 46036812f35..26d8113a842 100644 --- a/apps/user_status/appinfo/info.xml +++ b/apps/user_status/appinfo/info.xml @@ -5,7 +5,7 @@ <name>User status</name> <summary>User status</summary> <description><![CDATA[User status]]></description> - <version>0.0.2</version> + <version>1.0.0</version> <licence>agpl</licence> <author mail="oc.list@georgehrke.com" >Georg Ehrke</author> <namespace>UserStatus</namespace> |