Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-11-11 12:45:06 +0300
committerJoas Schilling <coding@schilljs.com>2021-11-11 12:45:06 +0300
commitf26fcc9d95525da40cc461962ded943ea7b61b9c (patch)
treeeec9c2a35694411464531595324478be57731e5d
parentc05c0059cc734be4acfc3e219db524602911d74a (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/info.xml4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 73eba3f..6dd852c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
<description>
Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length
</description>
- <version>1.13.0</version>
+ <version>1.14.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<namespace>Password_Policy</namespace>
@@ -17,7 +17,7 @@
<category>security</category>
<bugs>https://github.com/nextcloud/password_policy/issues</bugs>
<dependencies>
- <nextcloud min-version="23" max-version="23" />
+ <nextcloud min-version="24" max-version="24" />
</dependencies>
<settings>
diff --git a/package.json b/package.json
index 75ee8ab..3e24741 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "password_policy",
"description": "Password Policy for nextcloud",
- "version": "1.13.0",
+ "version": "1.14.0",
"author": "Bjoern Schiessle",
"repository": {
"type": "git",