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-11-11 16:04:09 +0300
committerJoas Schilling <coding@schilljs.com>2020-11-11 16:04:09 +0300
commit7a1750af446a8db83cde9f721ca7da5a459da668 (patch)
treecb37702b7955c77ca1a10cbaa5bc27159570830d /apps/user_status/appinfo
parent48f1f961b9e01249a9e896fc0fabb7fbf0a42f8b (diff)
Make is_user_defined nullable so we can store false on oracle
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/user_status/appinfo')
-rw-r--r--apps/user_status/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/appinfo/info.xml b/apps/user_status/appinfo/info.xml
index 15d871b89b9..e2d79ba1fb4 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>1.1.0</version>
+ <version>1.1.1</version>
<licence>agpl</licence>
<author mail="oc.list@georgehrke.com" >Georg Ehrke</author>
<namespace>UserStatus</namespace>