diff --git a/Cargo.lock b/Cargo.lock index 51c7249..4d9d8b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3913,7 +3913,7 @@ dependencies = [ [[package]] name = "stacks-devnet-api" -version = "1.2.1" +version = "1.3.0" dependencies = [ "chainhook-types", "clarinet-deployments", diff --git a/Cargo.toml b/Cargo.toml index 78c5e78..9b0c095 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacks-devnet-api" -version = "1.2.1" +version = "1.3.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."