From 3b894d6d2ddb467de1259f2729a754bb79bae4c0 Mon Sep 17 00:00:00 2001 From: Marc Nijdam Date: Thu, 13 Apr 2023 21:58:10 -0600 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65f7d0f5..73bb7b01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -747,7 +747,7 @@ dependencies = [ [[package]] name = "gateway-rs" -version = "1.0.1" +version = "1.0.2" dependencies = [ "angry-purple-tiger", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 026aa19a..1b9d4796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gateway-rs" description = "Helium Gateway for LoRa packet forwarders" -version = "1.0.1" +version = "1.0.2" authors = ["Marc Nijdam "] edition = "2021" license = "Apache-2.0"