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-01-29 16:55:47 +0300
committerRobin Appelman <robin@icewind.nl>2019-01-29 16:55:47 +0300
commit77abb622b85ed62a6babe6c77a2495525a41c17a (patch)
treef6f26f5f499bcb5c4579b7b29c0d35adaf45a1b3
parent7e6573d755111bc7ff76f498bce56b99a0695377 (diff)
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1be45b79..237fe25e 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.3.3
+version+=1.4.0
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 6567d005..67c47e3f 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>1.3.3</version>
+ <version>1.4.0</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>