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"