commit a97d6f94db87aed0ab976ba8bb7cf6fd44262c98 Author: Cecylia Bocovich cohosh@torproject.org Date: Thu Oct 29 13:50:44 2020 -0400
bump version to 0.5.1 --- package.json | 4 ++-- webext/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json index 1cbbff4..fc60414 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snowflake-pt", - "version": "0.5.0", + "version": "0.5.1", "description": "Snowflake is a WebRTC pluggable transport for Tor.", "main": "build/snowflake.js", "directories": { @@ -32,4 +32,4 @@ "ws": "^3.3.1", "xmlhttprequest": "^1.8.0" } -} +} \ No newline at end of file diff --git a/webext/manifest.json b/webext/manifest.json index 23057cb..9ff36c8 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.5.0", + "version": "0.5.1", "description": "__MSG_appDesc__", "default_locale": "en_US", "background": {