From 68c27b90f8d6690e662ad3a2441583a5c810e060 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 4 Mar 2026 10:14:38 +0800 Subject: Bump version to 0.1.2 - Add increase/reduce functions (#1) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 38d9fa4..ea26462 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "just_progress" authors = ["Weicao-CatilGrass"] description = "Just a progress display tool" -version = "0.1.1" +version = "0.1.2" edition = "2024" readme = "README.md" -- cgit