Merge branch 'develop'

This commit is contained in:
varjolintu 2017-08-08 12:08:10 +03:00
commit 4ce620cd85
2 changed files with 6 additions and 2 deletions

View file

@ -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)

View file

@ -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"
}
}
}