diff --git a/README.md b/README.md index 85360313251deefb180f37185504b6009aee1ff1..424869d047a35fa2e4c1810f0c976c8a98e569a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SimpleModifyHeaders V 1.6 +# SimpleModifyHeaders V 1.7.0 Extension for Firefox and Chrome. (The extension can be installed via [this link](https://addons.mozilla.org/fr/firefox/addon/simple-modify-header/) for Firefox and via [this link](https://chrome.google.com/webstore/detail/simple-modify-headers/gjgiipmpldkpbdfjkgofildhapegmmic) for Chrome) diff --git a/manifest.json b/manifest.json index d7ccfd330015a6f92d427c6c3a9e18594bc2d490..d3766e637336c01aff89ffcb22ea103f7c9c6b00 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "description": "Simple Modify headers ", "manifest_version": 2, "name": "simple-modify-headers", - "version": "1.6.7", + "version": "1.7.0", "homepage_url": "https://github.com/didierfred/SimpleModifyHeaders", "icons": { "48": "icons/modify-48.png" diff --git a/popup/config.html b/popup/config.html index a187f4e94890ffb0885e6aad048e25b690078fa7..1d934e81042a066df4236625332e9ddfee1b165b 100644 --- a/popup/config.html +++ b/popup/config.html @@ -82,7 +82,7 @@ <em style="font-size:10pt"> * Information on URL patterns can be found <a href="https://developer.chrome.com/extensions/match_patterns" target="_blank"> here.</a> <br> An empty string on the field will select all URLs. It's possible to select multiple URL patterns using semicolon (;) separator </em> </td> <td style="text-align:right"> - <a href="https://github.com/didierfred/SimpleModifyHeaders/tree/v1.6.7" target="_blank"> <span class="glyphicon glyphicon-question-sign"></span> About </a> + <a href="https://github.com/didierfred/SimpleModifyHeaders/tree/v1.7.0" target="_blank"> <span class="glyphicon glyphicon-question-sign"></span> About </a> </td> </tr> </table>