From c8d43f6ca9163d39670abdc87c9bce818ab74562 Mon Sep 17 00:00:00 2001 From: Jack T Date: Wed, 19 Jun 2024 16:15:18 -0700 Subject: [PATCH] Release version 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59828c3..bf62949 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -924,7 +924,7 @@ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" [[package]] name = "testez-companion-cli" -version = "0.1.2" +version = "0.1.3" dependencies = [ "axum", "axum-server", diff --git a/Cargo.toml b/Cargo.toml index d381983..a803868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testez-companion-cli" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "MIT" authors = ["Jack T "]