From 34d3d3a2448d84ed85326b4dcedfdc827324f1d9 Mon Sep 17 00:00:00 2001 From: fritzrehde Date: Mon, 22 Jan 2024 01:30:16 +0100 Subject: [PATCH] chore: Release watchbind version 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4836495..c96c886 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1391,7 +1391,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "watchbind" -version = "0.2.0" +version = "0.2.1" dependencies = [ "ansi-to-tui", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c414043..adaf48b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchbind" -version = "0.2.0" +version = "0.2.1" authors = ["Fritz Rehde "] edition = "2021" license-file = "LICENSE.md"