diff --git a/package.json b/package.json index 713cf353..f9fcaaca 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ }, "win": { "electronUpdaterCompatibility": ">=0.0.1", + "certificateSubjectName": "8bit Solutions LLC", "target": [ "portable", "nsis-web", diff --git a/src/package-lock.json b/src/package-lock.json index bcb9a75d..1a682e47 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -1,6 +1,6 @@ { "name": "bitwarden", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/package.json b/src/package.json index 0905ad71..6769d07b 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.8", + "version": "0.0.9", "author": "8bit Solutions LLC (https://bitwarden.com)", "homepage": "https://bitwarden.com", "license": "GPL-3.0",