diff options
| author | 2025-05-30 00:08:20 +0800 | |
|---|---|---|
| committer | 2025-05-30 00:08:20 +0800 | |
| commit | add969661fbf55c77325fe60e1e2af9e59c03936 (patch) | |
| tree | 4a8f9787777a720529802b86144d52b4d96816cc | |
| parent | ab534f5c3548a1583827e1813be378e8421ff62a (diff) | |
| download | soon-add969661fbf55c77325fe60e1e2af9e59c03936.tar.gz soon-add969661fbf55c77325fe60e1e2af9e59c03936.zip | |
feat: Bump version to 0.1.6 in Cargo files
| -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.5-2" +version = "0.1.6" dependencies = [ "clap", "colored", @@ -1,6 +1,6 @@ [package] name = "soon" -version = "0.1.5-2" +version = "0.1.6" edition = "2021" description = "Predict your next shell command based on history — like shell autocomplete, but MORE stupid" license = "MIT" |