From 299c12b2e91454d2ef4f2c5203cc212a2674a23e Mon Sep 17 00:00:00 2001 From: Cecylia Bocovich Date: Fri, 26 Jul 2019 10:45:50 -0400 Subject: [PATCH] Version bump to fix issue with addon update --- 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 fa96a99..75475ae 100644 --- a/proxy/webext/manifest.json +++ b/proxy/webext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.0.7", + "version": "0.0.8", "description": "Snowflake is a WebRTC pluggable transport for Tor.", "background": { "scripts": ["snowflake.js"],