Skip to content

Commit bf6827d

Browse files
committed
Set version to 1.7.0
1 parent ea11a7a commit bf6827d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SimpleModifyHeaders V 1.6
1+
# SimpleModifyHeaders V 1.7.0
22

33
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)
44

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "Simple Modify headers ",
33
"manifest_version": 2,
44
"name": "simple-modify-headers",
5-
"version": "1.6.7",
5+
"version": "1.7.0",
66
"homepage_url": "https://github.com/didierfred/SimpleModifyHeaders",
77
"icons": {
88
"48": "icons/modify-48.png"

popup/config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<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>
8383
</td>
8484
<td style="text-align:right">
85-
<a href="https://github.com/didierfred/SimpleModifyHeaders/tree/v1.6.7" target="_blank"> <span class="glyphicon glyphicon-question-sign"></span> About </a>
85+
<a href="https://github.com/didierfred/SimpleModifyHeaders/tree/v1.7.0" target="_blank"> <span class="glyphicon glyphicon-question-sign"></span> About </a>
8686
</td>
8787
</tr>
8888
</table>

0 commit comments

Comments
 (0)