From f5c7ed545fdb9d9863f2cc3e35b9b2f8c054fc4b Mon Sep 17 00:00:00 2001 From: Leah McBeth Date: Wed, 30 Oct 2024 15:27:43 -0600 Subject: [PATCH] chore: bump to 1.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."