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:
authorJulius Härtl <jus@bitgrid.net>2020-04-06 12:22:52 +0300
committerJulius Härtl <jus@bitgrid.net>2020-04-06 12:22:52 +0300
commit9d3564964f3bc316626e066666334b6a68aabc27 (patch)
tree78ab14acfc447965eccb57c7c50d7a00473c7b9d
parent9e0e2987bb2c5a91cff0e60dd64a03d96b57991d (diff)
Update version in Makefilev4.1.6
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7cf86fb6..5a7a899c 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.5
+version+=4.1.6
jssources=$(wildcard js/*) $(wildcard js/*/*) $(wildcard css/*/*) $(wildcard css/*)
othersources=$(wildcard appinfo/*) $(wildcard css/*/*) $(wildcard controller/*/*) $(wildcard templates/*/*) $(wildcard log/*/*)