From c732bea4bbba94d73996037a5d98e58480743e86 Mon Sep 17 00:00:00 2001 From: David Tejada Date: Mon, 13 Nov 2023 15:51:39 +0100 Subject: [PATCH] Bump manifest version to 0.6.1 to upload to mozilla after self publishing by mistake (#237) --- src/mv2-safari/manifest.json | 2 +- src/mv2/manifest.json | 2 +- src/mv3/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mv2-safari/manifest.json b/src/mv2-safari/manifest.json index 8f702eee..43ae4d04 100644 --- a/src/mv2-safari/manifest.json +++ b/src/mv2-safari/manifest.json @@ -1,6 +1,6 @@ { "name": "Rango", - "version": "0.6.0", + "version": "0.6.1", "description": "Extension that allows you to interact with webpages using only your keyboard or your voice and talon", "homepage_url": "https://github.com/david-tejada/rango", "manifest_version": 2, diff --git a/src/mv2/manifest.json b/src/mv2/manifest.json index c395d08b..7d8d1c5e 100644 --- a/src/mv2/manifest.json +++ b/src/mv2/manifest.json @@ -1,6 +1,6 @@ { "name": "Rango", - "version": "0.6.0", + "version": "0.6.1", "description": "Extension that allows you to interact with webpages and the browser using your voice and talon or your keyboard", "homepage_url": "https://github.com/david-tejada/rango", "manifest_version": 2, diff --git a/src/mv3/manifest.json b/src/mv3/manifest.json index 187f3e7c..a5464ccd 100644 --- a/src/mv3/manifest.json +++ b/src/mv3/manifest.json @@ -1,6 +1,6 @@ { "name": "Rango", - "version": "0.6.0", + "version": "0.6.1", "description": "Extension that allows you to interact with webpages and the browser using your voice and talon or your keyboard", "homepage_url": "https://github.com/david-tejada/rango", "manifest_version": 3,