From 2daf2349ba92170a246708dada1bc3660762229c Mon Sep 17 00:00:00 2001 From: Marc Nijdam Date: Sat, 14 Jan 2023 08:24:42 -0500 Subject: [PATCH] chore: Release gateway-mfr version 0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05e680d..c8da7b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,7 +379,7 @@ dependencies = [ [[package]] name = "gateway-mfr" -version = "0.3.1" +version = "0.3.2" dependencies = [ "angry-purple-tiger", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e47675b..9669166 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gateway-mfr" -version = "0.3.1" +version = "0.3.2" authors = ["Marc Nijdam "] edition = "2021" license = "Apache-2.0"