diff --git a/package.json b/package.json index a1a920fa5d..aed2cf3585 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,9 @@ "gconf-service", "libnotify4", "libxtst6", - "libnss3" + "libnss3", + "libsecret-1-0", + "libxss1" ] } }, diff --git a/src/package.json b/src/package.json index 4dce2f6776..ee8e87402d 100644 --- a/src/package.json +++ b/src/package.json @@ -2,7 +2,7 @@ "name": "bitwarden", "productName": "Bitwarden", "description": "A secure and free password manager for all of your devices.", - "version": "0.0.4", + "version": "0.0.5", "author": "8bit Solutions LLC (https://bitwarden.com)", "homepage": "https://bitwarden.com", "license": "GPL-3.0",