diff --git a/.gitignore b/.gitignore index 2bd1341adf..87ac5f84b0 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ build.safariextension/ coverage/ xcuserdata/ *.hmap +!src/safari/safari/app/popup/index.html +src/safari/safari/app/ diff --git a/jslib b/jslib index 7f6d7424e7..57ace40845 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 7f6d7424e77bccd68b63506b1205ef0dfa7c21bd +Subproject commit 57ace4084556758fdc2989cf1a8cf6a5d1736a29 diff --git a/src/manifest.json b/src/manifest.json index 07ffe2c5fd..2f25aa0654 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.44.3", + "version": "1.45.0", "description": "__MSG_extDesc__", "default_locale": "en", "author": "Bitwarden Inc.",