aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2022-10-18 12:15:01 +1100
committerMiguel Jacq <mig@mig5.net>2022-12-11 16:08:05 +1100
commite0665fa100a8fbcc764e4f463920f8a362359594 (patch)
tree7e0a6744e409df61c96063dd80bb9315cf6dce33 /cli
parente129f739342843468fc3d14a6503ff0acb8ca436 (diff)
downloadonionshare-e0665fa100a8fbcc764e4f463920f8a362359594.tar.gz
onionshare-e0665fa100a8fbcc764e4f463920f8a362359594.zip
Update obfs4proxy, meek and tor versions. Try building 32-bit snapcraft. Bump Onionshare version to 2.6.1
Diffstat (limited to 'cli')
-rw-r--r--cli/onionshare_cli/resources/version.txt2
-rw-r--r--cli/pyproject.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt
index c20c8ac5..6a6a3d8e 100644
--- a/cli/onionshare_cli/resources/version.txt
+++ b/cli/onionshare_cli/resources/version.txt
@@ -1 +1 @@
-2.6 \ No newline at end of file
+2.6.1
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 80f8796c..cb2cde53 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare_cli"
-version = "2.6"
+version = "2.6.1"
description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service."
authors = ["Micah Lee <micah@micahflee.com>"]
license = "GPLv3+"