Skip to content

Commit

Permalink
Merge pull request #1587 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 32 support on master
  • Loading branch information
ChristophWurst authored Jan 24, 2025
2 parents df4e92b + b3117f4 commit ad8a494
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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 @@ -9,7 +9,7 @@
<name>Two-Factor TOTP Provider</name>
<summary>Two-factor TOTP provider</summary>
<description>A two-factor authentication provider for TOTP (RFC 6238)</description>
<version>13.0.0-dev.0</version>
<version>14.0.0-dev.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorTOTP</namespace>
Expand All @@ -21,7 +21,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/enter_challenge.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/settings.png</screenshot>
<dependencies>
<nextcloud min-version="31" max-version="31" />
<nextcloud min-version="32" max-version="32" />
</dependencies>
<two-factor-providers>
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>
Expand Down
2 changes: 1 addition & 1 deletion js/twofactor_totp-main-login-setup.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ This file is generated from multiple sources. Included packages:
- version: 5.95.0
- license: MIT
- twofactor_totp
- version: 13.0.0-dev.0
- version: 14.0.0-dev.0
- license: AGPL-3.0-only
2 changes: 1 addition & 1 deletion js/twofactor_totp-main-settings.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ This file is generated from multiple sources. Included packages:
- version: 5.95.0
- license: MIT
- twofactor_totp
- version: 13.0.0-dev.0
- version: 14.0.0-dev.0
- license: AGPL-3.0-only
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": "twofactor_totp",
"description": "Nextcloud TwoFactor TOTP",
"version": "13.0.0-dev.0",
"version": "14.0.0-dev.0",
"author": "Christoph Wurst <[email protected]>",
"license": "AGPL-3.0-only",
"private": true,
Expand Down

0 comments on commit ad8a494

Please sign in to comment.