summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-03-28 13:29:21 +0100
committerJoas Schilling <coding@schilljs.com>2024-03-28 13:29:21 +0100
commitb797753abe43a564e567d9488bfda558922f96fa (patch)
treed2c185c1d152b5366bc045830bbafb656f14fca4
parentedf090a3abb08406a400f76c82c633a835baa4b9 (diff)
feat(deps): Add Nextcloud 30 support
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/info.xml4
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
3 files changed, 5 insertions, 5 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d5fac9a0..9816bc77 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,7 +17,7 @@
**🕸 Open standards:** We use the established ActivityPub standard!
]]></description>
- <version>0.7.0</version>
+ <version>0.8.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>
@@ -35,7 +35,7 @@
<database>pgsql</database>
<database>sqlite</database>
<database>mysql</database>
- <nextcloud min-version="28" max-version="28" />
+ <nextcloud min-version="28" max-version="29" />
</dependencies>
<background-jobs>
diff --git a/package-lock.json b/package-lock.json
index 58a1eb66..e32994c7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "social",
- "version": "0.0.1",
+ "version": "0.8.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "social",
- "version": "0.0.1",
+ "version": "0.8.0",
"license": "agpl",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
diff --git a/package.json b/package.json
index 70d51bde..cbe8bc1d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "social",
"description": "🎉 Nextcloud becomes part of the federated social networks!",
- "version": "0.0.1",
+ "version": "0.8.0",
"authors": [
{
"name": "John Molakvoæ",