From c88f29d764925c20af85c4e609562bd5a8c5f802 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 25 May 2025 03:06:28 +0800 Subject: feat: Bump version to 0.1.2 in Cargo.toml, Cargo.lock, and PKGBUILD --- Cargo.lock | 2 +- Cargo.toml | 2 +- PKGBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9b7022..4b2d3cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "soon" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", "colored", 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" diff --git a/PKGBUILD b/PKGBUILD index 57a21a4..9ba2713 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=soon -pkgver=0.1.1 +pkgver=0.1.2 pkgrel=1 pkgdesc="🤖 Predict your next shell command based on history — like shell autocomplete, but MORE stupid" arch=('x86_64') -- cgit v1.2.3-70-g09d2