From 68bf4e03406bda56a92b4f889a00f5602cdfcf8f Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Sun, 7 Jan 2024 15:16:11 -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 23495a7a..4fd65196 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "acars_config" -version = "1.1.0-beta.5" +version = "1.1.0" dependencies = [ "clap", "log", @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "acars_connection_manager" -version = "1.1.0-beta.5" +version = "1.1.0" dependencies = [ "acars_config", "acars_vdlm2_parser", @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "acars_router" -version = "1.1.0-beta.5" +version = "1.1.0" dependencies = [ "acars_config", "acars_connection_manager", diff --git a/Cargo.toml b/Cargo.toml index f3d330cf..1efca043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "1.1.0-beta.5" +version = "1.1.0" authors = ["Fred Clausen", "Mike Nye", "Alex Austin"] description = "ACARS Router: A Utility to ingest ACARS/VDLM2/HFDL from many sources, process, and feed out to many consumers." documentation = "https://github.com/sdr-enthusiasts/acars_router"