From 30a5707e2491b03e833057939e377e61c78789bf Mon Sep 17 00:00:00 2001 From: dragonmux Date: Mon, 25 Sep 2023 10:47:35 +0100 Subject: [PATCH] misc: Bumped the version number of the crate ready for publication --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"