diff --git a/Cargo.lock b/Cargo.lock index 64f1807..4e2da0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,7 +327,7 @@ dependencies = [ [[package]] name = "sinowealth-kb-tool" -version = "0.0.10" +version = "0.0.11" dependencies = [ "clap", "clap-num", diff --git a/Cargo.toml b/Cargo.toml index 4f97e6c..ccf87a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = """ A utility for reading and writing flash contents on Sinowealth 8051-based HID devices through the commonly found ISP bootloader """ repository = "https://github.com/carlossless/sinowealth-kb-tool" -version = "0.0.10" +version = "0.0.11" edition = "2021" license = "MIT" rust-version = "1.65"