diff --git a/Cargo.lock b/Cargo.lock index 8405e90..d680d51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ dependencies = [ [[package]] name = "bmputil" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ca4645c..2920baa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bmputil" description = "Black Magic Probe Firmware Manager" -version = "0.1.0" +version = "0.1.1" license = "MIT OR Apache-2.0" repository = "https://github.com/blackmagic-debug/bmputil" edition = "2021"