kopia lustrzana https://github.com/nextcloud/social
Merge cef58d773f
into 05c32300e8
commit
7fab340a93
|
@ -21,7 +21,7 @@
|
|||
|
||||
**🕸 Open standards:** We use the established ActivityPub standard!
|
||||
]]></description>
|
||||
<version>0.8.0</version>
|
||||
<version>1.0.0-dev.0</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>
|
||||
|
@ -39,7 +39,7 @@
|
|||
<database>pgsql</database>
|
||||
<database>sqlite</database>
|
||||
<database>mysql</database>
|
||||
<nextcloud min-version="28" max-version="30" />
|
||||
<nextcloud min-version="28" max-version="31" />
|
||||
</dependencies>
|
||||
|
||||
<background-jobs>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "social",
|
||||
"version": "0.8.0",
|
||||
"version": "1.0.0-dev.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "social",
|
||||
"version": "0.8.0",
|
||||
"version": "1.0.0-dev.0",
|
||||
"license": "agpl",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.0.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "social",
|
||||
"description": "🎉 Nextcloud becomes part of the federated social networks!",
|
||||
"version": "0.8.0",
|
||||
"version": "1.0.0-dev.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "John Molakvoæ",
|
||||
|
|
Ładowanie…
Reference in New Issue