chore: bump version to 0.2.1

This commit is contained in:
spacemeowx2 2020-12-14 01:35:28 +08:00
parent db312012fd
commit 0e00d1cda7
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -84,7 +84,7 @@ dependencies = [
[[package]]
name = "blflash"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"byteorder",
"crc",

View File

@ -1,7 +1,7 @@
[package]
name = "blflash"
description = "BL602 serial flasher."
version = "0.2.0"
version = "0.2.1"
authors = ["spacemeowx2 <spacemeowx2@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"