Skip to content

Commit 3525de9

Browse files
authored
Merge pull request #1626 from nextcloud/chore/release/14.0.0
chore(release): v14.0.0
2 parents ac8bd2d + c4758bb commit 3525de9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>Two-Factor TOTP Provider</name>
1010
<summary>Two-factor TOTP provider</summary>
1111
<description>A two-factor authentication provider for TOTP (RFC 6238)</description>
12-
<version>14.0.0-dev.0</version>
12+
<version>14.0.0</version>
1313
<licence>agpl</licence>
1414
<author>Christoph Wurst</author>
1515
<namespace>TwoFactorTOTP</namespace>

js/twofactor_totp-main-login-setup.js.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ This file is generated from multiple sources. Included packages:
5656
- version: 5.95.0
5757
- license: MIT
5858
- twofactor_totp
59-
- version: 14.0.0-dev.0
59+
- version: 14.0.0
6060
- license: AGPL-3.0-only

js/twofactor_totp-main-settings.js.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ This file is generated from multiple sources. Included packages:
8989
- version: 5.95.0
9090
- license: MIT
9191
- twofactor_totp
92-
- version: 14.0.0-dev.0
92+
- version: 14.0.0
9393
- license: AGPL-3.0-only

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "twofactor_totp",
33
"description": "Nextcloud TwoFactor TOTP",
4-
"version": "14.0.0-dev.0",
4+
"version": "14.0.0",
55
"author": "Christoph Wurst <[email protected]>",
66
"license": "AGPL-3.0-only",
77
"private": true,

0 commit comments

Comments
 (0)