diff options
| -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') |