diff options
| author | Fuwn <[email protected]> | 2022-03-17 02:33:43 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-17 02:33:43 +0000 |
| commit | e5993a3074e855aea1c2a6c606c19b8e265e67d1 (patch) | |
| tree | 44ff73e1758820977577e210cbc9e04ddccc8695 /Cargo.toml | |
| parent | fix(build): remove vergen (diff) | |
| download | archived-cli-e5993a3074e855aea1c2a6c606c19b8e265e67d1.tar.xz archived-cli-e5993a3074e855aea1c2a6c606c19b8e265e67d1.zip | |
fix(cargo): bump version
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ [package] name = "senpy-cli" -version = "0.1.0" +version = "0.1.1" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "Command-line interface to The Senpy Club API" |