From 936d82eb94b2421217b192f05f50e161579073f0 Mon Sep 17 00:00:00 2001 From: jk <47693+sectore@users.noreply.github.com> Date: Thu, 3 Jul 2025 10:48:05 +0200 Subject: [PATCH] bump v1.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c53bfde..f29f622 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2082,7 +2082,7 @@ dependencies = [ [[package]] name = "timr-tui" -version = "1.3.0" +version = "1.3.1" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 441f4aa..a8815d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timr-tui" -version = "1.3.0" +version = "1.3.1" description = "TUI to organize your time: Pomodoro, Countdown, Timer." edition = "2024" # Reminder: Always keep `channel` in `rust-toolchain.toml` in sync with `rust-version`.