diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-02-25 00:37:22 -0800 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-02-25 00:37:22 -0800 |
commit | 8f659169047f2dcdd6f7a15b2b31b537fe858953 (patch) | |
tree | af1cfe0ca8a193e460a282a7ea24ff0fc49fcd6a /apps/files_sharing | |
parent | 21f3291eeedc86fb29f5c3a11b0e54da9f2a5adf (diff) | |
parent | 4e826b16735327a4c7777475f68787bb2bfc4e6a (diff) | |
download | nextcloud-server-8f659169047f2dcdd6f7a15b2b31b537fe858953.tar.gz nextcloud-server-8f659169047f2dcdd6f7a15b2b31b537fe858953.zip |
Merge pull request #1882 from owncloud/required_version
Set required owncloud version to 4.93
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 1f24a4dde83..9a199281a76 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -5,7 +5,7 @@ <description>File sharing between users</description> <licence>AGPL</licence> <author>Michael Gapczynski</author> - <require>4.91</require> + <require>4.93</require> <shipped>true</shipped> <default_enable/> <types> |