Compare commits

..

No commits in common. "b1877e47a269d2c37c27e082d350ec492491a809" and "9f37c4c2d9ffcfc31363714a6f5cba5c480512bc" have entirely different histories.

View file

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