From ec55a9e2207a177c5212bc6d3a802485bdc2c9c5 Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Sat, 5 Dec 2020 23:35:22 +0800 Subject: [PATCH] chore: bump version to 0.1.1 --- .gitignore | 1 + Cargo.lock | 2 +- blflash/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4fffb2f..01005ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target /Cargo.lock +*.bin diff --git a/Cargo.lock b/Cargo.lock index e87b40e..b539b50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,7 +84,7 @@ dependencies = [ [[package]] name = "blflash" -version = "0.1.0" +version = "0.1.1" dependencies = [ "byteorder", "crc", diff --git a/blflash/Cargo.toml b/blflash/Cargo.toml index 11a213e..85410ac 100644 --- a/blflash/Cargo.toml +++ b/blflash/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "blflash" description = "BL602 serial flasher." -version = "0.1.0" +version = "0.1.1" authors = ["spacemeowx2 "] edition = "2018" license = "MIT OR Apache-2.0"