summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-10-19 08:49:12 -0100
committerMaxence Lange <maxence@artificial-owl.com>2020-10-19 08:49:12 -0100
commitb3f4c29ab76bbef7771dc65ac90a51d62ddf7363 (patch)
tree3adb0cea1562c35b8fc5e7dd80edbb7e5cc7f9ab /Makefile
parent19dfe49661fcee7e29f6b88e37cd71b19e0297b2 (diff)
0.4.1
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a7137906..d33d50cb 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
-version+=0.4.0
+version+=0.4.1
@@ -88,7 +88,7 @@ github-upload:
--file $(build_dir)/$(app_name)-$(version).tar.gz
# creating .tar.gz + signature
-appstore: dev-setup lint build-js-production composer
+appstore: dev-setup lint build-js-production
mkdir -p $(sign_dir)
rsync -a \
--exclude=/build \