From 2f3c3b17337ccafdc66b463183ac5ca68b78ca6c Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Thu, 10 Oct 2024 20:29:24 +0100 Subject: [PATCH] Bump version to 4.4.4 --- Cargo.lock | 10 +++++----- chirpstack-concentratord-2g4/Cargo.toml | 2 +- chirpstack-concentratord-sx1301/Cargo.toml | 2 +- chirpstack-concentratord-sx1302/Cargo.toml | 2 +- gateway-id/Cargo.toml | 2 +- libconcentratord/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a182bd2..fce5550c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chirpstack-concentratord-2g4" -version = "4.4.3" +version = "4.4.4" dependencies = [ "anyhow", "chirpstack_api", @@ -213,7 +213,7 @@ dependencies = [ [[package]] name = "chirpstack-concentratord-sx1301" -version = "4.4.3" +version = "4.4.4" dependencies = [ "anyhow", "chirpstack_api", @@ -239,7 +239,7 @@ dependencies = [ [[package]] name = "chirpstack-concentratord-sx1302" -version = "4.4.3" +version = "4.4.4" dependencies = [ "anyhow", "chirpstack_api", @@ -505,7 +505,7 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "gateway-id" -version = "4.4.3" +version = "4.4.4" dependencies = [ "clap", "hex", @@ -729,7 +729,7 @@ checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" [[package]] name = "libconcentratord" -version = "4.4.3" +version = "4.4.4" dependencies = [ "anyhow", "chirpstack_api", diff --git a/chirpstack-concentratord-2g4/Cargo.toml b/chirpstack-concentratord-2g4/Cargo.toml index 9fea8290..389e0baa 100644 --- a/chirpstack-concentratord-2g4/Cargo.toml +++ b/chirpstack-concentratord-2g4/Cargo.toml @@ -3,7 +3,7 @@ repository = "https://github.com/chirpstack/chirpstack-concentratord/" description = "LoRa concentrator HAL daemon (2.4GHz)" license = "MIT" - version = "4.4.3" + version = "4.4.4" authors = ["Orne Brocaar "] edition = "2021" publish = false diff --git a/chirpstack-concentratord-sx1301/Cargo.toml b/chirpstack-concentratord-sx1301/Cargo.toml index a941edc0..36df19b0 100644 --- a/chirpstack-concentratord-sx1301/Cargo.toml +++ b/chirpstack-concentratord-sx1301/Cargo.toml @@ -3,7 +3,7 @@ description = "LoRa concentrator HAL daemon (sx1301)" repository = "https://github.com/chirpstack/chirpstack-concentratord/" license = "MIT" - version = "4.4.3" + version = "4.4.4" authors = ["Orne Brocaar "] edition = "2021" publish = false diff --git a/chirpstack-concentratord-sx1302/Cargo.toml b/chirpstack-concentratord-sx1302/Cargo.toml index 4d9bb698..174d8105 100644 --- a/chirpstack-concentratord-sx1302/Cargo.toml +++ b/chirpstack-concentratord-sx1302/Cargo.toml @@ -3,7 +3,7 @@ description = "LoRa concentrator HAL daemon for SX1302" repository = "https://github.com/chirpstack/chirpstack-concentratord/" license = "MIT" - version = "4.4.3" + version = "4.4.4" authors = ["Orne Brocaar "] edition = "2021" publish = false diff --git a/gateway-id/Cargo.toml b/gateway-id/Cargo.toml index 1aba0020..268405fe 100644 --- a/gateway-id/Cargo.toml +++ b/gateway-id/Cargo.toml @@ -3,7 +3,7 @@ repository = "https://github.com/brocaar/chirpstack-concentratord/" description = "Print the Gateway ID" license = "MIT" - version = "4.4.3" + version = "4.4.4" authors = ["Orne Brocaar "] edition = "2021" publish = false diff --git a/libconcentratord/Cargo.toml b/libconcentratord/Cargo.toml index 3cddd2de..f771270c 100644 --- a/libconcentratord/Cargo.toml +++ b/libconcentratord/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libconcentratord" - version = "4.4.3" + version = "4.4.4" authors = ["Orne Brocaar <@brocaar.com>"] edition = "2021" publish = false