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-11-09 12:51:35 +0300
committerJulius Härtl <jus@bitgrid.net>2020-11-09 12:51:35 +0300
commit16a6258736cec112e714f2c5cb29b6407d6c2714 (patch)
treee41cfa99fad069d6a8aae909e3cfd5fa742da20d /Makefile
parentf2aa9e43b9c4c2be757be7d2becc7c23fb0d61ae (diff)
Bump version to 8.1.1v8.1.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0213e15..b8ffa7cf 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+=8.1.0
+version+=8.1.1
jssources=$(wildcard js/*) $(wildcard js/*/*) $(wildcard css/*/*) $(wildcard css/*)
othersources=$(wildcard appinfo/*) $(wildcard css/*/*) $(wildcard controller/*/*) $(wildcard templates/*/*) $(wildcard log/*/*)