From 177f9cba6f981ea60d097f88ce36299e4c51d986 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Mar 2024 12:51:00 +0100 Subject: [PATCH] feat(deps): Add Nextcloud 30 support on master Signed-off-by: Joas Schilling --- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 9f55aa0c..1a90b1c3 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length - 1.19.0 + 2.0.0 agpl Bjoern Schiessle Password_Policy @@ -17,7 +17,7 @@ security https://github.com/nextcloud/password_policy/issues - + diff --git a/package-lock.json b/package-lock.json index 4a911edd..d8cffb6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "password_policy", - "version": "1.19.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "password_policy", - "version": "1.19.0", + "version": "2.0.0", "license": "AGPL-3.0", "dependencies": { "@nextcloud/dialogs": "^5.2.0", diff --git a/package.json b/package.json index 18c045ce..258f8841 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "password_policy", "description": "Password Policy for nextcloud", - "version": "1.19.0", + "version": "2.0.0", "author": "Bjoern Schiessle", "repository": { "type": "git",