From 7fb8c744b3752d5eef26c43215f252c4b84da8d8 Mon Sep 17 00:00:00 2001 From: Stephen D <webmaster@scd31.com> Date: Tue, 22 Aug 2023 21:55:47 -0300 Subject: [PATCH] version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26f8f7c..26d725b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,7 +37,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "balloon_tx_monolith" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "aprs-parser", diff --git a/Cargo.toml b/Cargo.toml index af84129..62d4a1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "balloon_tx_monolith" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MIT" -- GitLab