From 12f348d26154fb2824128b6f647159995aef3ad4 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Sat, 18 Nov 2023 14:36:40 -0700 Subject: [PATCH] bump version --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40062910..b4d02ac2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "acars_config" -version = "1.0.20" +version = "1.0.21" dependencies = [ "clap", "log", @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "acars_connection_manager" -version = "1.0.20" +version = "1.0.21" dependencies = [ "acars_config", "acars_vdlm2_parser", @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "acars_router" -version = "1.0.20" +version = "1.0.21" dependencies = [ "acars_config", "acars_connection_manager", diff --git a/Cargo.toml b/Cargo.toml index 146444e6..9719fb9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "1.0.20" +version = "1.0.21" authors = ["Fred Clausen", "Mike Nye", "Alex Austin"] description = "ACARS Router: A Utility to ingest ACARS/VDLM2 from many sources, process, and feed out to many consumers." documentation = "https://github.com/sdr-enthusiasts/acars_router"