From b46e7f127a43b9df7ff802c942cb3484c57b0d32 Mon Sep 17 00:00:00 2001 From: Cecylia Bocovich Date: Fri, 26 Jul 2019 10:11:14 -0400 Subject: [PATCH] Bump version to reflect icon changes Bumping the version again to 0.0.7 --- proxy/webext/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/webext/manifest.json b/proxy/webext/manifest.json index 83779c2..fa96a99 100644 --- a/proxy/webext/manifest.json +++ b/proxy/webext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.0.6", + "version": "0.0.7", "description": "Snowflake is a WebRTC pluggable transport for Tor.", "background": { "scripts": ["snowflake.js"], -- GitLab