diff --git a/Cargo.lock b/Cargo.lock index 4f4fe0b0..01a078d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,7 +185,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chirpstack-concentratord-2g4" -version = "4.4.6" +version = "4.4.7" dependencies = [ "anyhow", "chirpstack_api", @@ -211,7 +211,7 @@ dependencies = [ [[package]] name = "chirpstack-concentratord-sx1301" -version = "4.4.6" +version = "4.4.7" dependencies = [ "anyhow", "chirpstack_api", @@ -237,7 +237,7 @@ dependencies = [ [[package]] name = "chirpstack-concentratord-sx1302" -version = "4.4.6" +version = "4.4.7" dependencies = [ "anyhow", "chirpstack_api", @@ -575,7 +575,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "gateway-id" -version = "4.4.6" +version = "4.4.7" dependencies = [ "clap", "hex", @@ -813,7 +813,7 @@ checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libconcentratord" -version = "4.4.6" +version = "4.4.7" dependencies = [ "anyhow", "chirpstack_api", diff --git a/chirpstack-concentratord-2g4/Cargo.toml b/chirpstack-concentratord-2g4/Cargo.toml index e033ff69..786720ab 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.6" + version = "4.4.7" authors = ["Orne Brocaar "] edition = "2021" publish = false diff --git a/chirpstack-concentratord-sx1301/Cargo.toml b/chirpstack-concentratord-sx1301/Cargo.toml index a1be18cc..d8a44873 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.6" + version = "4.4.7" authors = ["Orne Brocaar "] edition = "2021" publish = false diff --git a/chirpstack-concentratord-sx1302/Cargo.toml b/chirpstack-concentratord-sx1302/Cargo.toml index 8fde8093..21174365 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.6" + version = "4.4.7" authors = ["Orne Brocaar "] edition = "2021" publish = false diff --git a/gateway-id/Cargo.toml b/gateway-id/Cargo.toml index 0bf9d24f..d8065141 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.6" + version = "4.4.7" authors = ["Orne Brocaar "] edition = "2021" publish = false diff --git a/libconcentratord/Cargo.toml b/libconcentratord/Cargo.toml index fadee2f8..4b223d6c 100644 --- a/libconcentratord/Cargo.toml +++ b/libconcentratord/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libconcentratord" - version = "4.4.6" + version = "4.4.7" authors = ["Orne Brocaar <@brocaar.com>"] edition = "2021" publish = false