Compare commits

...

2 commits

Author SHA1 Message Date
b1877e47a2 Bump version to 1.1.2 2025-09-20 04:03:16 +02:00
00b7338fa8 Update project dependencies 2025-09-20 04:02:57 +02:00

View file

@ -1,6 +1,6 @@
[project]
name = "sp-hydra-veil-cli"
version = "1.1.1"
version = "1.1.2"
authors = [
{ name = "Simplified Privacy" },
]
@ -12,7 +12,7 @@ classifiers = [
"Operating System :: POSIX :: Linux",
]
dependencies = [
"sp-hydra-veil-core == 1.1.1",
"sp-hydra-veil-core == 1.1.2",
]
[project.urls]