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 3d59694 bump version to 0.7.0 3d59694 is described below
commit 3d5969429e28c4504cfc69fb85ca6fabac040d29 Author: Cecylia Bocovich cohosh@torproject.org AuthorDate: Fri Nov 11 13:55:11 2022 -0500
bump version to 0.7.0 --- package-lock.json | 4 ++-- package.json | 2 +- translation | 2 +- webext/manifest_base.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json index 54f2cae..a570f11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snowflake-pt", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snowflake-pt", - "version": "0.6.2", + "version": "0.6.3", "license": "BSD-3-Clause", "dependencies": { "wrtc": "^0.4.7", diff --git a/package.json b/package.json index fda82f9..ab0f390 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snowflake-pt", - "version": "0.6.3", + "version": "0.7.0", "description": "Allow users in censored countries to use your network connection to access the Tor network.", "main": "build/snowflake.js", "directories": { diff --git a/translation b/translation index e8fe49d..20bfbca 160000 --- a/translation +++ b/translation @@ -1 +1 @@ -Subproject commit e8fe49d0ebfe599eeb8c0679c19fd0b7d0a06d7d +Subproject commit 20bfbcac33a40d13a2c3850c84360467dd6f834d diff --git a/webext/manifest_base.json b/webext/manifest_base.json index 6de42ab..192a7c1 100644 --- a/webext/manifest_base.json +++ b/webext/manifest_base.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.6.3", + "version": "0.7.0", "description": "__MSG_appDesc__", "default_locale": "en_US", "icons": {
tor-commits@lists.torproject.org