From a3f7c24e926a9620cde5a06aa0cfb35797210c99 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 18 Jun 2021 22:48:11 +0200 Subject: [PATCH] Bump exclude list of packaing and bump version Signed-off-by: Joas Schilling --- Makefile | 2 +- appinfo/info.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 485fdb2976..ceac747361 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ appstore: --exclude=.tx \ --exclude=tests \ --exclude=vendor \ - --exclude=webpack.*.js \ + --exclude=webpack.js \ $(project_dir)/ $(sign_dir)/$(app_name) @if [ -f $(cert_dir)/$(app_name).key ]; then \ echo "Signing app files…"; \ diff --git a/appinfo/info.xml b/appinfo/info.xml index c705ca909e..8681a85461 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m ]]> - 12.0.0-alpha.2 + 12.0.0-alpha.3 agpl Daniel Calviño Sánchez