commit 93c41d2d9934215748cb4a95f836f3bb9c66b42d Author: Cecylia Bocovich cohosh@torproject.org Date: Mon Oct 5 16:28:08 2020 -0400
bump version to 0.4.2 --- package.json | 2 +- translation | 2 +- webext/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json index 432bdf4..bd0e048 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snowflake-pt", - "version": "0.4.1", + "version": "0.4.2", "description": "Snowflake is a WebRTC pluggable transport for Tor.", "main": "build/snowflake.js", "directories": { diff --git a/translation b/translation index 9839968..f822932 160000 --- a/translation +++ b/translation @@ -1 +1 @@ -Subproject commit 9839968c45d124011d47a4c5e2110eec853638e2 +Subproject commit f8229329081e851908a97c3c151ed4b82a6fca78 diff --git a/webext/manifest.json b/webext/manifest.json index 8d7fa4d..04d2b96 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.4.1", + "version": "0.4.2", "description": "__MSG_appDesc__", "default_locale": "en_US", "background": {
tor-commits@lists.torproject.org