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-05-08 15:40:14 +0300
committerRobin Appelman <robin@icewind.nl>2019-05-08 15:40:14 +0300
commit8e719d9178a2d404b1e325f849496142c1364ef6 (patch)
treed5e0803ce1aef48bc165d1e6a02406fbbe291d40 /Makefile
parent8951bb1f64a7e094f6dffc8157c66cd2f0c178e8 (diff)
3.0.2v3.0.2
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09baa566..46e300fa 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+=3.0.1
+version+=3.0.2
jssources=$(wildcard js/*) $(wildcard js/*/*) $(wildcard css/*/*) $(wildcard css/*)
othersources=$(wildcard appinfo/*) $(wildcard css/*/*) $(wildcard controller/*/*) $(wildcard templates/*/*) $(wildcard log/*/*)