From 6f64d90e238e01509d688a76ce57d14695c612bc Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 8 Aug 2018 18:36:49 +0200 Subject: 1.3.1 for stable12 This release doesn't have the table renames from 1.3.0 since stable 12 doesn't support the new migrations Signed-off-by: Robin Appelman --- Makefile | 2 +- appinfo/info.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 220ca171..3b6fe1e9 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+=1.2.2 +version+=1.3.1 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 338d0709..5df94d70 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.]]> - 1.2.2 + 1.3.1 agpl Robin Appelman GroupFolders @@ -29,7 +29,7 @@ Note: encrypting the contents of group folders is currently not supported.]]>https://raw.githubusercontent.com/nextcloud/groupfolders/master/screenshots/permissions.png - + -- cgit v1.2.3