diff --git a/Cargo.lock b/Cargo.lock index a89e233..11cffff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1705,7 +1705,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tls-xb" -version = "0.3.4" +version = "0.3.5" dependencies = [ "base64", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 527efeb..09bdac2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/hey2022/tls-xb" documentation = "https://github.com/hey2022/tls-xb" keywords = ["cli"] categories = ["command-line-interface"] -version = "0.3.4" +version = "0.3.5" edition = "2021" [package.metadata.wix]