Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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>4.6.0</version>
<version>4.7.0-dev.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>

Expand All @@ -33,7 +33,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="32" />
<nextcloud min-version="28" max-version="33" />
</dependencies>

<commands>
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": "4.6.0",
"version": "4.7.0-dev.0",
"author": "Joas Schilling <[email protected]>",
"license": "AGPL-3.0-or-later",
"private": true,
Expand Down
Loading