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