commit c02c4cfbbd5ae919cf52a3566b593e633fd3799e Author: Cecylia Bocovich cohosh@torproject.org Date: Fri Jul 12 10:47:34 2019 -0400
Bump version of webextension --- 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 98cd249..6c41839 100644 --- a/proxy/webext/manifest.json +++ b/proxy/webext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.0.4", + "version": "0.0.5", "description": "Snowflake is a WebRTC pluggable transport for Tor.", "background": { "scripts": ["snowflake.js"],
tor-commits@lists.torproject.org