diff --git a/Cargo.lock b/Cargo.lock index f52dbed..5b07a73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3189,7 +3189,7 @@ dependencies = [ [[package]] name = "stacks-devnet-api" -version = "1.4.0" +version = "1.4.1" dependencies = [ "clarinet-deployments", "clarinet-files", diff --git a/Cargo.toml b/Cargo.toml index e030466..f444aa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacks-devnet-api" -version = "1.4.0" +version = "1.4.1" edition = "2021" authors = ["Micaiah Reid "] description = "The Stacks Devnet API runs a server that can be used to deploy, delete, manage, and make requests to Stacks Devnets run on Kubernetes."