aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-05-25 02:43:25 +0800
committerHsiangNianian <i@jyunko.cn>2025-05-25 10:48:36 +0800
commit3b749a544434eb03376f806b14be7b189b0378a0 (patch)
treec000d7b64052c41bdfd7ab822180417adeadafc5 /Cargo.toml
parent74f5da42120c6e75f0fae19668833089acffc1a4 (diff)
downloadsoon-3b749a544434eb03376f806b14be7b189b0378a0.tar.gz
soon-3b749a544434eb03376f806b14be7b189b0378a0.zip
feat: Bump version to 0.1.1 in Cargo.toml and Cargo.lock
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 4b531a7..46b3908 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "soon"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
description = "Predict your next shell command based on history — like shell autocomplete, but MORE stupid"
license = "MIT"