From 27dfb9e75a70c23ea8b379aa91eceac33fa10bcd Mon Sep 17 00:00:00 2001
From: didierfred <didierfred@gmail.com>
Date: Mon, 19 Nov 2018 17:43:21 +0100
Subject: [PATCH] add link to version 1.6.2

---
 popup/config.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/popup/config.html b/popup/config.html
index 20b3c0c..e365a36 100644
--- a/popup/config.html
+++ b/popup/config.html
@@ -84,7 +84,7 @@
 						<i style="font-size:10pt"> * Informations on url pattern 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 mutliple url patterns using semicolon(;) separator </i>
  					</td>
 					<td align="right">
-						<a href="https://github.com/didierfred/SimpleModifyHeaders/tree/v1.6.1" target="_blank"> <span class="glyphicon glyphicon-question-sign"></span> About </a>
+						<a href="https://github.com/didierfred/SimpleModifyHeaders/tree/v1.6.2" target="_blank"> <span class="glyphicon glyphicon-question-sign"></span> About </a>
 					</td>
 				</tr>
 		</table>
-- 
GitLab