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>2019-04-24 14:26:23 +0300
committerJulius Härtl <jus@bitgrid.net>2019-04-24 14:26:23 +0300
commit98a66e9c9f2f4b0c71253687c074fce22e31bc39 (patch)
treed58342864852c558e6854c4b97ac40c518761e06
parentad37a3609ea5fe11f2a4e2bf34379eb189ca2941 (diff)
Bump version in Makefilev3.0.0
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 8b857f10..eee5ce5d 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+=2.0.2
+version+=3.0.0
jssources=$(wildcard js/*) $(wildcard js/*/*) $(wildcard css/*/*) $(wildcard css/*)
othersources=$(wildcard appinfo/*) $(wildcard css/*/*) $(wildcard controller/*/*) $(wildcard templates/*/*) $(wildcard log/*/*)