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