diff options
| author | 2025-05-25 02:43:25 +0800 | |
|---|---|---|
| committer | 2025-05-25 10:48:37 +0800 | |
| commit | 4699fcd701d1e6b363f57dd73fec2ef0bc677629 (patch) | |
| tree | 6514e4d8f718c9f434db32e02dc48f10a7255cfa /Cargo.toml | |
| parent | 3ca16c9543fd5b37232638445a1e34c5021a2fa9 (diff) | |
| download | soon-4699fcd701d1e6b363f57dd73fec2ef0bc677629.tar.gz soon-4699fcd701d1e6b363f57dd73fec2ef0bc677629.zip | |
feat: Bump version to 0.1.1 in Cargo.toml and Cargo.lock
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ [package] name = "soon" +<<<<<<< HEAD version = "0.1.3" +======= +version = "0.1.1" +>>>>>>> 63967be (feat: Bump version to 0.1.1 in Cargo.toml and Cargo.lock) edition = "2021" description = "Predict your next shell command based on history — like shell autocomplete, but MORE stupid" license = "MIT" |