From a5d51b457cc4121c21937e5c25dd710f8392e3bc Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 27 Sep 2019 13:35:48 +0200 Subject: [PATCH] 5.0.2 --- Makefile | 2 +- appinfo/info.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a510532e9..346af8d78 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ sign_dir=$(build_dir)/sign package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates webpack=node_modules/.bin/webpack -version+=5.0.1 +version+=5.0.2 jssources=$(wildcard js/*) $(wildcard js/*/*) $(wildcard css/*/*) $(wildcard css/*) othersources=$(wildcard appinfo/*) $(wildcard css/*/*) $(wildcard controller/*/*) $(wildcard templates/*/*) $(wildcard log/*/*) diff --git a/appinfo/info.xml b/appinfo/info.xml index 2832de4fc..d07169c38 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ Folders can be configured from *Group folders* in the admin settings. After a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder. Note: encrypting the contents of group folders is currently not supported.]]> - 5.0.1 + 5.0.2 agpl Robin Appelman GroupFolders