aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorSaptak Sengupta <saptak013@gmail.com>2022-12-14 00:25:51 +0530
committerGitHub <noreply@github.com>2022-12-14 00:25:51 +0530
commita7eff6c9995305ecd0867669d4fe9e9c11c96dbe (patch)
treee81b3d65dfee7fd6c63980af1a1094fbff026cb2 /cli
parente129f739342843468fc3d14a6503ff0acb8ca436 (diff)
parent766df4d2a311fcd27e5da0f7c23172639b6ff186 (diff)
downloadonionshare-a7eff6c9995305ecd0867669d4fe9e9c11c96dbe.tar.gz
onionshare-a7eff6c9995305ecd0867669d4fe9e9c11c96dbe.zip
Merge pull request #1629 from mig5/prep_2.6.1
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+"