diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7b8249b7..511e9fd9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
- 2.4.0
+ 2.5.0
agpl
Joas Schilling
@@ -29,7 +29,7 @@ This product includes GeoLite2 data created by MaxMind, available from [maxmind.
https://github.com/nextcloud/terms_of_service/raw/master/docs/notification-and-settings.png
-
+
diff --git a/package-lock.json b/package-lock.json
index cdcd8c9e..2c54ab43 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "terms_of_service",
- "version": "2.3.2",
+ "version": "2.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "terms_of_service",
- "version": "2.3.2",
+ "version": "2.5.0",
"license": "agpl",
"dependencies": {
"@nextcloud/axios": "^2.3.0",
diff --git a/package.json b/package.json
index 7420193d..284ba5fe 100644
--- a/package.json
+++ b/package.json
@@ -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 ",
"license": "agpl",
"private": true,