Update version fix script and upload 1.1.1

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2016-12-13 16:32:39 +01:00
parent e1eca493dc
commit 0407f1c7f3
No known key found for this signature in database
GPG key ID: E166FD8976B3BAC8
2 changed files with 2 additions and 3 deletions

View file

@ -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 \

View file

@ -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>