aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index de52b2cd..c260512e 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -1,7 +1,7 @@
[tool.briefcase]
project_name = "OnionShare"
bundle = "org.onionshare"
-version = "2.3.1"
+version = "2.3.2"
url = "https://onionshare.org"
license = "GPLv3"
author = 'Micah Lee'
@@ -13,8 +13,8 @@ description = "Securely and anonymously share files, host websites, and chat wit
icon = "src/onionshare/resources/onionshare"
sources = ['src/onionshare']
requires = [
- "./onionshare_cli-2.3.1-py3-none-any.whl",
- "pyside2==5.15.1",
+ "./onionshare_cli-2.3.2-py3-none-any.whl",
+ "pyside2==5.15.2",
"qrcode"
]