25 lines
684 B
Diff
Executable file
25 lines
684 B
Diff
Executable file
Subject: [PATCH] Update GUI and Core versions
|
|
---
|
|
Index: pyproject.toml
|
|
<+>UTF-8
|
|
===================================================================
|
|
diff --git a/pyproject.toml b/pyproject.toml
|
|
--- a/pyproject.toml (revision 134e5e6970b158ad64adb8ad064af684bfc563af)
|
|
+++ b/pyproject.toml (date 1768752611072)
|
|
@@ -1,6 +1,6 @@
|
|
[project]
|
|
name = "sp-hydra-veil-gui"
|
|
-version = "2.1.4"
|
|
+version = "2.2.0"
|
|
authors = [
|
|
{ name = "Simplified Privacy" },
|
|
]
|
|
@@ -12,7 +12,7 @@
|
|
"Operating System :: POSIX :: Linux",
|
|
]
|
|
dependencies = [
|
|
- "sp-hydra-veil-core == 2.1.2",
|
|
+ "sp-hydra-veil-core == 2.2.0",
|
|
"pyperclip ~= 1.9.0",
|
|
"pyqt6 ~= 6.7.1",
|
|
"qrcode[pil] ~= 8.2"
|