diff --git a/Cargo.lock b/Cargo.lock index f716d77..1e131a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3185,7 +3185,7 @@ dependencies = [ [[package]] name = "stacks-devnet-api" -version = "1.3.0" +version = "1.4.0" dependencies = [ "clarinet-deployments", "clarinet-files", diff --git a/Cargo.toml b/Cargo.toml index 1543301..92e6277 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacks-devnet-api" -version = "1.3.0" +version = "1.4.0" 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."