diff --git a/assets/popup.html b/assets/popup.html index fe4c2cf..c49ad07 100644 --- a/assets/popup.html +++ b/assets/popup.html @@ -183,7 +183,7 @@
- Version 1.6.11 + Version 1.6.12
diff --git a/manifest.json b/manifest.json index 43af5fc..d478dfa 100644 --- a/manifest.json +++ b/manifest.json @@ -46,6 +46,6 @@ "https://*/*" ], "update_url": "http://clients2.google.com/service/update2/crx", - "version": "1.6.11", + "version": "1.6.12", "options_page": "assets/options.html" } diff --git a/package.json b/package.json index 9562556..54ddc5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search_and_replace", - "version": "1.6.11", + "version": "1.6.12", "resolutions": { "author": "Chris Taylor " },