diff --git a/README.md b/README.md index 87d432e..8a7aecd 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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 diff --git a/app/manifest.json b/app/manifest.json index 2c3b657..ca23536 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -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", diff --git a/package.json b/package.json index c864362..9c93185 100644 --- a/package.json +++ b/package.json @@ -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 (https://ryan.thaut.me)", "homepage": "https://github.com/rthaut/challenge-grid-autofill-extension/",