mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
Update version fix script and upload 1.1.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
e1eca493dc
commit
0407f1c7f3
2 changed files with 2 additions and 3 deletions
3
Makefile
3
Makefile
|
|
@ -20,7 +20,6 @@ create-tag:
|
|||
git push origin v$(version)
|
||||
|
||||
clean:
|
||||
echo $(version)
|
||||
rm -rf $(build_dir)
|
||||
rm -rf node_modules
|
||||
|
||||
|
|
@ -66,7 +65,7 @@ appstore: clean install-deps
|
|||
--exclude=.stylelintrc \
|
||||
--exclude=tests \
|
||||
--exclude=.travis.yml \
|
||||
$(project_dir)/ $(sign_dir)
|
||||
$(project_dir)/ $(sign_dir)/$(app_name)
|
||||
@if [ -f $(cert_dir)/$(app_name).key ]; then \
|
||||
echo "Signing app files…"; \
|
||||
php ../../occ integrity:sign-app \
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/spreed-in-action.png</screenshot>
|
||||
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/inviting-people.png</screenshot>
|
||||
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
<dependencies>
|
||||
<nextcloud min-version="11" max-version="11" />
|
||||
</dependencies>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue