mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Update version numbers
This commit is contained in:
parent
4f94d4f7a3
commit
4d8898843c
3 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
1.7.12 (07-04-2022)
|
||||
=========================
|
||||
- Add support for the new password generator with KeePassXC 2.7.0.
|
||||
|
||||
1.7.11 (11-12-2021)
|
||||
=========================
|
||||
- Add new Predefined Sites (FNAC, HP) [#1469]
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.7.11",
|
||||
"version_name": "1.7.11",
|
||||
"version": "1.7.12",
|
||||
"version_name": "1.7.12",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"author": "KeePassXC Team",
|
||||
"icons": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.7.11",
|
||||
"version": "1.7.12",
|
||||
"description": "KeePassXC-Browser",
|
||||
"main": "build.js",
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue