diff options
author | Joas Schilling <coding@schilljs.com> | 2022-03-24 16:59:02 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-03-25 12:44:51 +0100 |
commit | 9d2536e49eeaa2c71a10f5c0a2289a614da039b4 (patch) | |
tree | a019918be0745bc488bcb2895ced184f07086ac5 /apps/files_external/appinfo | |
parent | 129bae62d42d58166f51d8f7167b00b4761d60c5 (diff) | |
download | nextcloud-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.xml | 2 |
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> |