diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "soon" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "colored", @@ -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" |