Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 485fdb297..ceac74736 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 c705ca909..8681a8546 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
]]></description>
- <version>12.0.0-alpha.2</version>
+ <version>12.0.0-alpha.3</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>