From 5ff83986ee0101096a4927df02fa071b64d30757 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Dec 2024 00:51:13 +0000 Subject: [PATCH] chore: bump version to v0.0.14 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe71027..c40545b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -980,7 +980,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "wait-on" -version = "0.0.13" +version = "0.0.14" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7a84b23..a3ffd01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wait-on" -version = "0.0.13" +version = "0.0.14" edition = "2021" description = "Library and CLI Utility to wait on the availability of resources such as Files, HTTP Servers, Ports & Sockets" categories = ["web-programming", "network-programming"]