chore: bump version to 0.1.1

This commit is contained in:
spacemeowx2 2020-12-05 23:35:22 +08:00
parent 86bbb8119e
commit ec55a9e220
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/target
/Cargo.lock
*.bin

2
Cargo.lock generated
View File

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

View File

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