diff --git a/Cargo.lock b/Cargo.lock index d4808eb..ecd83c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3718,7 +3718,7 @@ dependencies = [ [[package]] name = "stacks-devnet-api" -version = "1.2.0" +version = "1.2.1" dependencies = [ "chainhook-types", "clarinet-deployments", diff --git a/Cargo.toml b/Cargo.toml index 2badd20..2235b8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacks-devnet-api" -version = "1.2.0" +version = "1.2.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." @@ -45,4 +45,4 @@ rand = "0.8.5" serial_test = "2.0.0" [features] -k8s_tests = [] \ No newline at end of file +k8s_tests = []