From 92af2246767bdbf389c440aa705f3ac8b8aa64f0 Mon Sep 17 00:00:00 2001 From: Cecylia Bocovich Date: Fri, 5 Jul 2019 15:52:09 -0400 Subject: [PATCH] Bumping version again Messed up the git tag so just going for v0.0.3 --- 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 7a62c4c..4d50205 100644 --- a/proxy/webext/manifest.json +++ b/proxy/webext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.0.2", + "version": "0.0.3", "description": "Snowflake is a WebRTC pluggable transport for Tor.", "background": { "scripts": ["snowflake.js"],