summaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-03-24 16:59:02 +0100
committerJoas Schilling <coding@schilljs.com>2022-03-25 12:44:51 +0100
commit9d2536e49eeaa2c71a10f5c0a2289a614da039b4 (patch)
treea019918be0745bc488bcb2895ced184f07086ac5 /apps/files_external/appinfo
parent129bae62d42d58166f51d8f7167b00b4761d60c5 (diff)
downloadnextcloud-server-9d2536e49eeaa2c71a10f5c0a2289a614da039b4.tar.gz
nextcloud-server-9d2536e49eeaa2c71a10f5c0a2289a614da039b4.zip
Fix files_external column length
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r--apps/files_external/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml
index ea8e29c0166..f9b2b8341ce 100644
--- a/apps/files_external/appinfo/info.xml
+++ b/apps/files_external/appinfo/info.xml
@@ -9,7 +9,7 @@ This application enables administrators to configure connections to external sto
External storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation.
</description>
- <version>1.16.0</version>
+ <version>1.16.1</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<author>Michael Gapczynski</author>