From d7f0c3f6a65cad711ded5df02fe1b56b39ef71d6 Mon Sep 17 00:00:00 2001 From: Luis Reinoso Date: Wed, 6 May 2020 17:54:45 -0500 Subject: [PATCH] chore: update extension version 1.0.7 --- extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/manifest.json b/extension/manifest.json index b862163..5daf59a 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -4,7 +4,7 @@ "author": "Luis Reinoso", "description": "Agrega un botón a github para ver el historial del archivo / Add a button to github to see the file history", "homepage_url": "https://github.com/LuisReinoso/git-history-browser-extension", - "version": "1.0.6", + "version": "1.0.7", "content_scripts": [ { "matches": ["https://github.com/*", "https://gitlab.com/*", "https://bitbucket.org/*"],