Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']

name: npm-audit-fix-${{ matrix.branches }}

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>
Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length
</description>
<version>3.0.0</version>
<version>4.0.0-dev.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<namespace>Password_Policy</namespace>
Expand All @@ -21,7 +21,7 @@
<category>security</category>
<bugs>https://github.com/nextcloud/password_policy/issues</bugs>
<dependencies>
<nextcloud min-version="31" max-version="31" />
<nextcloud min-version="32" max-version="32" />
</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": "3.0.0",
"version": "4.0.0-dev.0",
"author": "Nextcloud GmbH and Nextcloud contributors",
"repository": {
"type": "git",
Expand Down
Loading