diff --git a/Cargo.lock b/Cargo.lock index 4116def..ec5b431 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3704,7 +3704,7 @@ dependencies = [ [[package]] name = "stacks-devnet-api" -version = "0.1.0" +version = "0.2.0" dependencies = [ "chainhook-types", "clarinet-deployments", diff --git a/Cargo.toml b/Cargo.toml index 79f7dc3..9295044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacks-devnet-api" -version = "0.1.0" +version = "0.2.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."