Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2019-09-27 14:43:41 +0300
committerRobin Appelman <robin@icewind.nl>2019-09-27 14:43:41 +0300
commite12cede3584c0009621f3bdc3deffa3579a2058a (patch)
treecb4701372798788957fde2240e9f823bbc3c18b6
parent40052bf6c2542ac193691a803e7d6b331b9921af (diff)
4.1.2v4.1.2
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 864832f1..d2694192 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+=4.1.1
+version+=4.1.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 4fa39ae2..6e13da3a 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.]]></description>
- <version>4.1.1</version>
+ <version>4.1.2</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>