diff options
| author | 2025-05-25 03:06:28 +0800 | |
|---|---|---|
| committer | 2025-05-25 10:48:36 +0800 | |
| commit | c88f29d764925c20af85c4e609562bd5a8c5f802 (patch) | |
| tree | c95d799c86f6921ed123866f3888b31cdd2bf0a7 | |
| parent | b9cbeb1dbf33fff6c7b03ef24f0e6a773f58da82 (diff) | |
| download | soon-c88f29d764925c20af85c4e609562bd5a8c5f802.tar.gz soon-c88f29d764925c20af85c4e609562bd5a8c5f802.zip | |
feat: Bump version to 0.1.2 in Cargo.toml, Cargo.lock, and PKGBUILD
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | PKGBUILD | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "soon" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", "colored", @@ -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" @@ -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') |