diff --git a/Cargo.lock b/Cargo.lock index 91780ad..3ead094 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,7 +84,7 @@ dependencies = [ [[package]] name = "blflash" -version = "0.3.1" +version = "0.3.2" dependencies = [ "byteorder", "crc", diff --git a/blflash/Cargo.toml b/blflash/Cargo.toml index 8680cd0..93bbdb4 100644 --- a/blflash/Cargo.toml +++ b/blflash/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "blflash" description = "BL602 serial flasher." -version = "0.3.1" +version = "0.3.2" authors = ["spacemeowx2 "] edition = "2018" license = "MIT OR Apache-2.0"