From f5c24e35142af161d724b334ae77b3f6b6998a22 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 28 May 2025 01:18:22 +0800 Subject: feat: Update version to 0.1.5-2 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 0ea98fe..e19c3ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "soon" -version = "0.1.5" +version = "0.1.5-2" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 15b27ea..fa2aef4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soon" -version = "0.1.5" +version = "0.1.5-2" 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