From 18a0144f5ca4aaff537ccac703cbddfd1b2a3eb0 Mon Sep 17 00:00:00 2001 From: kdli <115476530+kb019@users.noreply.github.com> Date: Fri, 11 Sep 2026 01:18:07 -0700 Subject: [PATCH] chore: release v0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7eb4b9a..b37dc3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1724,7 +1724,7 @@ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" [[package]] name = "sprout-tui" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "cargo-husky", diff --git a/Cargo.toml b/Cargo.toml index bd6bff0..2532de1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sprout-tui" -version = "0.1.3" +version = "0.1.4" edition = "2024" description = "A habit tracker that lives in your terminal" license = "MIT"