From 2a3b53a404a306327fd488bda185f86fc0aed954 Mon Sep 17 00:00:00 2001 From: PuQing Date: Wed, 2 Oct 2024 23:02:31 +0800 Subject: [PATCH] Bump version to 0.1.12 in Cargo.toml and Cargo.lock --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 707b049..d8cee12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2426,7 +2426,7 @@ dependencies = [ [[package]] name = "ttydash" -version = "0.1.11" +version = "0.1.12" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index af78523..56c13ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttydash" -version = "0.1.11" +version = "0.1.12" edition = "2021" description = "A terminal dashboard for custom monitoring." authors = ["PuQing "]