Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rthaut committed Sep 15, 2021
1 parent 86e851e commit 2c62000
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Challenge Grid Autofill v1.0.0
# Challenge Grid Autofill v1.0.1

[![Chrome Web Store][chrome-image-version]][chrome-url] [![Microsoft Edge Add-on][edge-image-version]][edge-url] [![Mozilla Add-on][firefox-image-version]][firefox-url]

Expand Down Expand Up @@ -87,7 +87,7 @@ npm run start:chrome
[chrome-image-users]: https://img.shields.io/chrome-web-store/d/nifoiollkgakfnbefnepgonkmhijehhl?logo=googlechrome&style=for-the-badge

[edge-url]: https://microsoftedge.microsoft.com/addons/detail/challenge-grid-autofill/memaigildfbodkbnbicnhjplglehionl
[edge-image-version]: https://img.shields.io/badge/microsoft%20edge%20add--on-v1.0.0-blue?logo=microsoftedge&style=for-the-badge
[edge-image-version]: https://img.shields.io/badge/microsoft%20edge%20add--on-v1.0.1-blue?logo=microsoftedge&style=for-the-badge

[firefox-url]: https://addons.mozilla.org/en-US/firefox/addon/challenge-grid-autofill/
[firefox-image-version]: https://img.shields.io/amo/v/challenge-grid-autofill?color=blue&logo=firefox&style=for-the-badge
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_AppName__",
"short_name": "__MSG_AppShortName__",
"description": "__MSG_AppDescription__",
"version": "1.0.0",
"version": "1.0.1",
"manifest_version": 2,
"default_locale": "en",
"author": "Ryan Thaut",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "challenge-grid-autofill-extension",
"version": "1.0.0",
"version": "1.0.1",
"description": "This browser extension provides a way to programmatically parse prompts and automatically fill in the corresponding response for websites using security/challenge grids as an additional authentication mechanism, such as Entrust Physical Form Factor Authentication",
"author": "Ryan Thaut <rthaut@gmail.com> (https://ryan.thaut.me)",
"homepage": "https://github.com/rthaut/challenge-grid-autofill-extension/",
Expand Down

0 comments on commit 2c62000

Please sign in to comment.