From 8c205caea17249f6d13f17be05ce35619be2fec1 Mon Sep 17 00:00:00 2001 From: Karolis Stasaitis Date: Tue, 9 Jul 2024 21:56:25 +0200 Subject: [PATCH] bump to 0.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e2da0d..a1acf8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,7 +327,7 @@ dependencies = [ [[package]] name = "sinowealth-kb-tool" -version = "0.0.11" +version = "0.1.0" dependencies = [ "clap", "clap-num", diff --git a/Cargo.toml b/Cargo.toml index ccf87a4..47b094a 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.11" +version = "0.1.0" edition = "2021" license = "MIT" rust-version = "1.65"