From feb7429e401f65d151731e4e0d4333576a949011 Mon Sep 17 00:00:00 2001 From: Leah McBeth Date: Mon, 17 Jun 2024 11:03:22 -0600 Subject: [PATCH] chore: bump package version (#98) --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = []