commit 14db9a23002b982c465e96edee814e83736e6447 Author: Cecylia Bocovich cohosh@torproject.org Date: Thu Aug 13 16:29:55 2020 -0400
bump version to 0.4.1 --- package.json | 4 ++-- translation | 2 +- webext/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package.json b/package.json index 601675a..432bdf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snowflake-pt", - "version": "0.4.0", + "version": "0.4.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/translation b/translation index 0f66079..9839968 160000 --- a/translation +++ b/translation @@ -1 +1 @@ -Subproject commit 0f66079eeef65be8c595a9531ed4e4b597ec0fbf +Subproject commit 9839968c45d124011d47a4c5e2110eec853638e2 diff --git a/webext/manifest.json b/webext/manifest.json index 34fc276..8d7fa4d 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.4.0", + "version": "0.4.1", "description": "__MSG_appDesc__", "default_locale": "en_US", "background": {
tor-commits@lists.torproject.org