Merge pull request #1309 from bitwarden/update-jslib

Update jslib + version bump
This commit is contained in:
Chad Scharf 2020-06-25 17:20:14 -04:00 committed by GitHub
commit f57be6561f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -15,3 +15,5 @@ build.safariextension/
coverage/
xcuserdata/
*.hmap
!src/safari/safari/app/popup/index.html
src/safari/safari/app/

2
jslib

@ -1 +1 @@
Subproject commit 7f6d7424e77bccd68b63506b1205ef0dfa7c21bd
Subproject commit 57ace4084556758fdc2989cf1a8cf6a5d1736a29

View File

@ -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.",