commit d2a9a8fd136ac6bbba393de3d51fb7ca85e17b8a Author: Arlo Breault arlolra@gmail.com Date: Fri May 8 11:58:57 2020 -0400
bump version to 0.3.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 f3a3600..d42a138 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snowflake-pt", - "version": "0.3.0", + "version": "0.3.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 0734037..c438f0b 160000 --- a/translation +++ b/translation @@ -1 +1 @@ -Subproject commit 07340375fce64823c225c14fa7eb519a81ae0b40 +Subproject commit c438f0bc1fb9fc27ac3d940dd50c9a95f67b0e9c diff --git a/webext/manifest.json b/webext/manifest.json index 836254f..6c21c5a 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.3.0", + "version": "0.3.1", "description": "__MSG_appDesc__", "default_locale": "en_US", "background": {
tor-commits@lists.torproject.org