update: updated gui and core versions

This commit is contained in:
John 2026-01-13 12:31:09 +01:00
parent fb5e2a6f57
commit 8571e7f7df

View file

@ -1,6 +1,6 @@
[project]
name = "sp-hydra-veil-gui"
version = "2.1.1"
version = "2.1.2"
authors = [
{ name = "Simplified Privacy" },
]
@ -12,7 +12,7 @@ classifiers = [
"Operating System :: POSIX :: Linux",
]
dependencies = [
"sp-hydra-veil-core == 2.1.1",
"sp-hydra-veil-core == 2.1.2",
"pyperclip ~= 1.9.0",
"pyqt6 ~= 6.7.1",
"qrcode[pil] ~= 8.2"