commit 92af2246767bdbf389c440aa705f3ac8b8aa64f0 Author: Cecylia Bocovich cohosh@torproject.org Date: Fri Jul 5 15:52:09 2019 -0400
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"],
tor-commits@lists.torproject.org