From 484440905e3af2d4ce3bfaeec230e75cd41583e1 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Mon, 8 Aug 2022 16:42:00 +0800 Subject: [PATCH] bump version to 0.3.1 (#10) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f7aad1..6cbe4f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,7 +100,7 @@ dependencies = [ [[package]] name = "clock-tui" -version = "0.3.0" +version = "0.3.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0c98925..b47bf95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clock-tui" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "MIT" description = "A clock app in terminal"