diff --git a/build.js b/build.js index e9134f2..1afcb1f 100644 --- a/build.js +++ b/build.js @@ -25,6 +25,7 @@ function adjustManifest(manifest) { for (const elem in data['browser_action']['default_icon']) { data['browser_action']['default_icon'][elem] = 'icons/keepassxc.svg'; } + delete data['version_name']; } else if (manifest.includes('chromium')) { delete data['applications']; } diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index aa59d46..f135ba4 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, "name": "KeePassXC-Browser", - "version": "1.6.4", - "version_name": "1.6.4", + "version": "1.6.5", + "version_name": "1.6.5", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", "icons": {