Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 30 support on master
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Mar 28, 2024
1 parent 7c82867 commit 177f9cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>
Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length
</description>
<version>1.19.0</version>
<version>2.0.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<namespace>Password_Policy</namespace>
Expand All @@ -17,7 +17,7 @@
<category>security</category>
<bugs>https://github.com/nextcloud/password_policy/issues</bugs>
<dependencies>
<nextcloud min-version="29" max-version="29" />
<nextcloud min-version="30" max-version="30" />
</dependencies>

<settings>
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": "password_policy",
"description": "Password Policy for nextcloud",
"version": "1.19.0",
"version": "2.0.0",
"author": "Bjoern Schiessle",
"repository": {
"type": "git",
Expand Down

0 comments on commit 177f9cb

Please sign in to comment.