diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-04 19:59:18 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-08 16:45:40 +0200 |
commit | dae6432ae713751d95a1018551d24f6e10c2d02b (patch) | |
tree | a739a375c82339605a8af9b852e0442c826fedad /apps/files_sharing/appinfo | |
parent | 70eef2a82e1f7a08e8783af16927c21e59d71ccb (diff) | |
download | nextcloud-server-dae6432ae713751d95a1018551d24f6e10c2d02b.tar.gz nextcloud-server-dae6432ae713751d95a1018551d24f6e10c2d02b.zip |
Increment the versions and adjust the capitilization
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 240b5e61933..5505efb3e7d 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <info> <id>files_sharing</id> - <name>Share Files</name> + <name>Files sharing</name> <description> This application enables users to share files within ownCloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within ownCloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of ownCloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices. Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the ownCloud Documentation. @@ -10,7 +10,7 @@ Turning the feature off removes shared files and folders on the server for all s <licence>AGPL</licence> <author>Michael Gapczynski, Bjoern Schiessle</author> <default_enable/> - <version>1.0.0</version> + <version>1.1.0</version> <types> <filesystem/> </types> |