diff --git a/Cargo.lock b/Cargo.lock index be9f1bd4..7a132263 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,7 +672,7 @@ dependencies = [ [[package]] name = "backend" -version = "4.0.4" +version = "4.0.5" dependencies = [ "aes-kw", "anyhow", @@ -889,7 +889,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chirpstack" -version = "4.0.4" +version = "4.0.5" dependencies = [ "aes", "anyhow", @@ -968,7 +968,7 @@ dependencies = [ [[package]] name = "chirpstack_api" -version = "4.0.4" +version = "4.0.5" dependencies = [ "hex", "pbjson", @@ -2207,7 +2207,7 @@ dependencies = [ [[package]] name = "lrwn" -version = "4.0.4" +version = "4.0.5" dependencies = [ "aes", "anyhow", diff --git a/api/grpc-web/package.json b/api/grpc-web/package.json index c6b7a208..c7c5100f 100644 --- a/api/grpc-web/package.json +++ b/api/grpc-web/package.json @@ -1,6 +1,6 @@ { "name": "@chirpstack/chirpstack-api-grpc-web", - "version": "4.0.4", + "version": "4.0.5", "description": "Chirpstack gRPC-web API", "license": "MIT", "devDependencies": { diff --git a/api/js/package.json b/api/js/package.json index 0d1ca390..0759ecd4 100644 --- a/api/js/package.json +++ b/api/js/package.json @@ -1,6 +1,6 @@ { "name": "@chirpstack/chirpstack-api", - "version": "4.0.4", + "version": "4.0.5", "description": "Chirpstack JS and TS API", "license": "MIT", "devDependencies": { diff --git a/api/python/src/setup.py b/api/python/src/setup.py index 5a336499..076e9973 100644 --- a/api/python/src/setup.py +++ b/api/python/src/setup.py @@ -18,7 +18,7 @@ CLASSIFIERS = [ setup( name='chirpstack-api', - version = "4.0.4", + version = "4.0.5", url='https://github.com/brocaar/chirpstack-api', author='Orne Brocaar', author_email='info@brocaar.com', diff --git a/api/rust/Cargo.lock b/api/rust/Cargo.lock index 294c3201..34e046bd 100644 --- a/api/rust/Cargo.lock +++ b/api/rust/Cargo.lock @@ -117,7 +117,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chirpstack_api" -version = "4.0.4" +version = "4.0.5" dependencies = [ "hex", "pbjson", diff --git a/api/rust/Cargo.toml b/api/rust/Cargo.toml index 81b66ec9..81af4061 100644 --- a/api/rust/Cargo.toml +++ b/api/rust/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "chirpstack_api" description = "ChirpStack Protobuf / gRPC API definitions." -version = "4.0.4" +version = "4.0.5" authors = ["Orne Brocaar "] license = "MIT" homepage = "https://www.chirpstack.io" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 92c2bd10..6afb0cb8 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "backend" -version = "4.0.4" +version = "4.0.5" authors = ["Orne Brocaar "] edition = "2018" publish = false diff --git a/chirpstack/Cargo.toml b/chirpstack/Cargo.toml index 644428e9..cf66d8a0 100644 --- a/chirpstack/Cargo.toml +++ b/chirpstack/Cargo.toml @@ -3,7 +3,7 @@ name = "chirpstack" description = "ChirpStack is an open-source LoRaWAN(TM) Network Server" repository = "https://github.com/chirpstack/chirpstack" homepage="https://www.chirpstack.io/" -version = "4.0.4" +version = "4.0.5" authors = ["Orne Brocaar "] edition = "2021" publish = false diff --git a/lrwn/Cargo.toml b/lrwn/Cargo.toml index 89f4e8f2..2d31fcf7 100644 --- a/lrwn/Cargo.toml +++ b/lrwn/Cargo.toml @@ -3,7 +3,7 @@ name = "lrwn" description = "Library for encoding / decoding LoRaWAN frames." homepage = "https://www.chirpstack.io" license = "MIT" -version = "4.0.4" +version = "4.0.5" authors = ["Orne Brocaar "] edition = "2018" repository = "https://github.com/chirpstack/chirpstack" diff --git a/ui/package.json b/ui/package.json index 12d36aac..4fbe3d63 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "chirpstack-ui", - "version": "4.0.4", + "version": "4.0.5", "private": true, "dependencies": { "@ant-design/colors": "^6.0.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 3cd7d8f6..5ab5d939 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1881,7 +1881,7 @@ integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== "@chirpstack/chirpstack-api-grpc-web@file:../api/grpc-web": - version "4.0.4" + version "4.0.5" dependencies: "@types/google-protobuf" "^3.15.2" google-protobuf "^3.17.3"