From a79900154438b6d8aad63fb77c48249735716489 Mon Sep 17 00:00:00 2001 From: Jacob Rosenthal Date: Fri, 29 Oct 2021 09:58:54 -0700 Subject: [PATCH] v0.3.3 --- cargo-hf2/Cargo.toml | 2 +- hf2-cli/Cargo.toml | 2 +- hf2/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cargo-hf2/Cargo.toml b/cargo-hf2/Cargo.toml index 60525c4..905365a 100644 --- a/cargo-hf2/Cargo.toml +++ b/cargo-hf2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-hf2" -version = "0.3.2" +version = "0.3.3" authors = ["Jacob Rosenthal <@jacobrosenthal>"] edition = "2018" description = "Cargo Subcommand for Microsoft HID Flashing Library for UF2 Bootloaders" diff --git a/hf2-cli/Cargo.toml b/hf2-cli/Cargo.toml index e019ce1..73d3035 100644 --- a/hf2-cli/Cargo.toml +++ b/hf2-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hf2-cli" -version = "0.3.2" +version = "0.3.3" authors = ["Jacob Rosenthal <@jacobrosenthal>"] edition = "2018" description = "CLI for Microsoft HID Flashing Library for UF2 Bootloaders" diff --git a/hf2/Cargo.toml b/hf2/Cargo.toml index 162f14f..1a33c9f 100644 --- a/hf2/Cargo.toml +++ b/hf2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hf2" -version = "0.3.2" +version = "0.3.3" authors = ["Jacob Rosenthal <@jacobrosenthal>"] edition = "2018" description = "Microsoft HID Flashing Library for UF2 Bootloaders"