From d29879d911148ad5cb291206c967e3374998c8b2 Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Sat, 5 Dec 2020 23:51:16 +0800 Subject: [PATCH] chore: bump version to 0.2.0 --- blflash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blflash/Cargo.toml b/blflash/Cargo.toml index 85410ac..e479052 100644 --- a/blflash/Cargo.toml +++ b/blflash/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "blflash" description = "BL602 serial flasher." -version = "0.1.1" +version = "0.2.0" authors = ["spacemeowx2 "] edition = "2018" license = "MIT OR Apache-2.0"