mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge branch 'develop'
This commit is contained in:
commit
4ce620cd85
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
0.2.8 (2017-08-08)
|
||||
=========================
|
||||
- Changed Firefox's minimum version to 55.0
|
||||
|
||||
0.2.7 (2017-07-31)
|
||||
=========================
|
||||
- Some Firefox related changes (credits to projectgus)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "keepassxc-browser",
|
||||
"version": "0.2.7",
|
||||
"version": "0.2.8",
|
||||
"description": "KeePassXC integration for modern web browsers",
|
||||
"author": "Sami Vänttinen",
|
||||
"icons": {
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
"applications": {
|
||||
"gecko": {
|
||||
"id": "keepassxc-browser@sami.vanttinen",
|
||||
"strict_min_version": "56.0a1"
|
||||
"strict_min_version": "55.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue