From 9a662a111dcd3b8f2f3179aa8a1a6510a3d9670e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 22 Feb 2017 19:42:29 -0500 Subject: [PATCH] version bump and AMO id set --- gulpfile.js | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 69fb36ab52..b56d022aa8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -210,7 +210,7 @@ gulp.task('dist-firefox', ['dist'], function (cb) { .pipe(jeditor(function (manifest) { manifest.applications = { gecko: { - id: "addon@bitwarden.com", + id: "{446900e4-71c2-419f-a6a7-df9c091e268b}", strict_min_version: "42.0" } }; diff --git a/src/manifest.json b/src/manifest.json index cc3bb13868..df088561b6 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_appName__", - "version": "1.9.4", + "version": "1.9.5", "description": "__MSG_extDesc__", "default_locale": "en", "author": "8bit Solutions LLC",