Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/1767/head
Maxence Lange 2023-05-25 19:39:30 -01:00
rodzic 81f21690af
commit 0af5100f3f
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -11,7 +11,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud github_account=nextcloud
branch=master branch=master
version+=0.6.0-rc3 version+=0.6.0
all: dev-setup lint build-js-production composer all: dev-setup lint build-js-production composer

Wyświetl plik

@ -18,7 +18,7 @@
**🕸 Open standards:** We use the established ActivityPub standard! **🕸 Open standards:** We use the established ActivityPub standard!
]]></description> ]]></description>
<version>0.6.0-rc3</version> <version>0.6.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="maxence@artificial-owl.com" homepage="https://artificial-owl.com/">Maxence Lange</author> <author mail="maxence@artificial-owl.com" homepage="https://artificial-owl.com/">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author> <author mail="jus@bitgrid.net">Julius Härtl</author>
@ -35,7 +35,7 @@
<database>pgsql</database> <database>pgsql</database>
<database>sqlite</database> <database>sqlite</database>
<database>mysql</database> <database>mysql</database>
<nextcloud min-version="25" max-version="27"/> <nextcloud min-version="27" max-version="27"/>
</dependencies> </dependencies>
<background-jobs> <background-jobs>