From 34d29245359132a696a6b66c37e154b7678b35ef Mon Sep 17 00:00:00 2001 From: Cody Taylor Date: Sat, 25 Nov 2023 20:50:44 -0500 Subject: [PATCH] release: Bump bugfix version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f77f9c7..42f9b44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1234,7 +1234,7 @@ dependencies = [ [[package]] name = "tyedev" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ascii_table", "clap", diff --git a/Cargo.toml b/Cargo.toml index 87d85d6..135e2b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tyedev" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Create and manage devcontainer configuration" repository = "https://github.com/CodeMan99/tyedev"