summaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-02-22 13:50:04 -0800
committerGitHub <noreply@github.com>2021-02-22 13:50:04 -0800
commitdfaa55d2a40edfb892e123f370f5d22b79e33d04 (patch)
tree9b2a9fc5e557b49b99c63700f9e1fa0b589790e5 /desktop/pyproject.toml
parentee20c648c669a0a4b2781eb5ee89f7bc03d25a6b (diff)
parent450bfcfe984734f2dbdbd84be93045ade24b46b1 (diff)
downloadonionshare-7a14cd62ad023070ce766a8ee31b90af76ff2f37.tar.gz
onionshare-7a14cd62ad023070ce766a8ee31b90af76ff2f37.zip
Merge pull request #1288 from micahflee/version-2.3.1v2.3.1
Version 2.3.1
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index a715e9ee..de52b2cd 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -1,7 +1,7 @@
[tool.briefcase]
project_name = "OnionShare"
bundle = "org.onionshare"
-version = "2.3"
+version = "2.3.1"
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-py3-none-any.whl",
+ "./onionshare_cli-2.3.1-py3-none-any.whl",
"pyside2==5.15.1",
"qrcode"
]