summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-04 10:14:38 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-04 15:25:43 +0800
commitf65b6a9eb6bd9d295b9adb5b95e0973f6e43954c (patch)
tree5f3b40271ee0dd259aff29488f65803028376939 /Cargo.toml
parent05b7b483056902a07f83bc14f443ab59ce1471d8 (diff)
Bump version to 0.1.2
- Add increase/reduce functions (#1)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"