Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 30 support
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen authored and max-nextcloud committed Apr 17, 2024
1 parent 196105f commit 69a25eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description><![CDATA[Requires users to accept the terms of service before accessing data.
This product includes GeoLite2 data created by MaxMind, available from [maxmind.com](http://www.maxmind.com)]]></description>

<version>2.4.0</version>
<version>2.5.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>

Expand All @@ -29,7 +29,7 @@ This product includes GeoLite2 data created by MaxMind, available from [maxmind.
<screenshot>https://github.com/nextcloud/terms_of_service/raw/master/docs/notification-and-settings.png</screenshot>

<dependencies>
<nextcloud min-version="28" max-version="29" />
<nextcloud min-version="28" max-version="30" />
</dependencies>

<repair-steps>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terms_of_service",
"description": "Requires users to accept the terms of service before accessing data.",
"version": "2.3.2",
"version": "2.5.0",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,
Expand Down

0 comments on commit 69a25eb

Please sign in to comment.