This is an automated email from the git hooks/post-receive script.
cohosh pushed a commit to branch main in repository pluggable-transports/snowflake-webext.
The following commit(s) were added to refs/heads/main by this push: new bc75928 bump version to 0.6.2 bc75928 is described below
commit bc75928e7c528cb7f402c2fe478bc94ea052391c Author: Cecylia Bocovich cohosh@torproject.org AuthorDate: Tue Oct 4 16:09:49 2022 -0400
bump version to 0.6.2 --- package.json | 4 ++-- translation | 2 +- webext/manifest.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json index 62c7397..87c8f69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snowflake-pt", - "version": "0.6.0", + "version": "0.6.2", "description": "Allow users in censored countries to use your network connection to access the Tor network.", "main": "build/snowflake.js", "directories": { @@ -33,4 +33,4 @@ "ws": "^5.2.3", "xmlhttprequest": "^1.8.0" } -} +} \ No newline at end of file diff --git a/translation b/translation index 8cfc8b4..b3531e0 160000 --- a/translation +++ b/translation @@ -1 +1 @@ -Subproject commit 8cfc8b4bd0b65505c20cfc40c6a8df4ff778bf0d +Subproject commit b3531e0f363370988130c5e0a4c5b56ef3149a2a diff --git a/webext/manifest.json b/webext/manifest.json index 4783b4f..eaa50b6 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.6.0", + "version": "0.6.2", "description": "__MSG_appDesc__", "default_locale": "en_US", "icons": { @@ -25,4 +25,4 @@ "permissions": [ "storage" ] -} +} \ No newline at end of file