From bf6827d53440dc2138eb43c29ded26749b4ebce5 Mon Sep 17 00:00:00 2001
From: didierfred <didierfred@gmail.com>
Date: Sun, 20 Jun 2021 16:18:05 +0200
Subject: [PATCH] Set version to 1.7.0

---
 README.md         | 2 +-
 manifest.json     | 2 +-
 popup/config.html | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 8536031..424869d 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 d7ccfd3..d3766e6 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 a187f4e..1d934e8 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>
-- 
GitLab