summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-09-10 12:45:21 -0700
committerMicah Lee <micah@micahflee.com>2021-09-10 12:45:21 -0700
commit3d2f8a6c182db1aa9fd211514a22cfda418778c5 (patch)
tree9983f965e2d6c68fc3e21df4436a3e93d682eda1
parent1d84e2dc8eef5b16089e50a80863287b1db32462 (diff)
downloadonionshare-3d2f8a6c182db1aa9fd211514a22cfda418778c5.tar.gz
onionshare-3d2f8a6c182db1aa9fd211514a22cfda418778c5.zip
Version bump to 2.4
-rw-r--r--cli/pyproject.toml2
-rw-r--r--cli/setup.py2
-rw-r--r--desktop/pyproject.toml4
-rw-r--r--desktop/src/setup.py2
-rw-r--r--snap/snapcraft.yaml2
5 files changed, 6 insertions, 6 deletions
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index e0c0f55f..9994240c 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare_cli"
-version = "2.3.3"
+version = "2.4"
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+"
diff --git a/cli/setup.py b/cli/setup.py
index ce5e229f..407991d0 100644
--- a/cli/setup.py
+++ b/cli/setup.py
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
import setuptools
-version = "2.3.3"
+version = "2.4"
setuptools.setup(
name="onionshare-cli",
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index fdb820b4..79056ada 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -1,7 +1,7 @@
[tool.briefcase]
project_name = "OnionShare"
bundle = "org.onionshare"
-version = "2.3.3"
+version = "2.4"
url = "https://onionshare.org"
license = "GPLv3"
author = 'Micah Lee'
@@ -13,7 +13,7 @@ description = "Securely and anonymously share files, host websites, and chat wit
icon = "src/onionshare/resources/onionshare"
sources = ['src/onionshare']
requires = [
- "./onionshare_cli-2.3.3-py3-none-any.whl",
+ "./onionshare_cli-2.4-py3-none-any.whl",
"pyside2==5.15.1",
"qrcode"
]
diff --git a/desktop/src/setup.py b/desktop/src/setup.py
index cd3c21f6..95cad942 100644
--- a/desktop/src/setup.py
+++ b/desktop/src/setup.py
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
import setuptools
-version = "2.3.3"
+version = "2.4"
setuptools.setup(
name="onionshare",
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index fc1795e8..b1a16ccf 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,6 +1,6 @@
name: onionshare
base: core18
-version: '2.3.3'
+version: '2.4'
summary: Securely and anonymously share files, host websites, and chat using Tor
description: |
OnionShare lets you securely and anonymously send and receive files. It works by starting