From ce51bc710146ced2a964b6221714ffb935b1db84 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 22 Sep 2022 13:33:14 +0200 Subject: [PATCH] Add Nextcloud 25 support on master Signed-off-by: Joas Schilling --- appinfo/info.xml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 534a6b06..bb9fa5cf 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ - 1.11.0 + 1.12.0 agpl Lukas Reschke Joas Schilling @@ -30,7 +30,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.json b/package.json index 0ea09d6f..6bec1b9f 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": "1.11.0", + "version": "1.12.0", "author": "Joas Schilling ", "license": "agpl", "private": true,