From 63967be340581265306231da7a8f53e8b3628809 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 25 May 2025 02:43:25 +0800 Subject: feat: Bump version to 0.1.1 in Cargo.toml and Cargo.lock --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1240bcc..f9b7022 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "soon" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "colored", 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" -- cgit v1.2.3-70-g09d2