Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/1084/head
Maxence Lange 2020-10-19 08:49:12 -01:00
rodzic 19dfe49661
commit b3f4c29ab7
3 zmienionych plików z 8 dodań i 3 usunięć

Wyświetl plik

@ -1,6 +1,11 @@
# Changelog
## 0.4.1
- fixing an issue with primary key.
## 0.4.0 (alpha 3.2)
- [global] compat nc20

Wyświetl plik

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

Wyświetl plik

@ -18,7 +18,7 @@
**🕸 Open standards:** We use the established ActivityPub standard!
]]></description>
<version>0.4.0</version>
<version>0.4.1</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com" homepage="https://artificial-owl.com/">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>