diff --git a/Cargo.lock b/Cargo.lock index 518fd533..40db6f8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ dependencies = [ [[package]] name = "backend" -version = "4.9.0-test.5" +version = "4.9.0-test.6" dependencies = [ "aes-kw", "anyhow", @@ -812,7 +812,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chirpstack" -version = "4.9.0-test.5" +version = "4.9.0-test.6" dependencies = [ "aes", "anyhow", @@ -903,7 +903,7 @@ dependencies = [ [[package]] name = "chirpstack_api" -version = "4.9.0-test.5" +version = "4.9.0-test.6" dependencies = [ "diesel", "hex", @@ -921,7 +921,7 @@ dependencies = [ [[package]] name = "chirpstack_integration" -version = "4.9.0-test.5" +version = "4.9.0-test.6" dependencies = [ "anyhow", "async-trait", @@ -2511,7 +2511,7 @@ dependencies = [ [[package]] name = "lrwn" -version = "4.9.0-test.5" +version = "4.9.0-test.6" dependencies = [ "aes", "anyhow", @@ -2525,7 +2525,7 @@ dependencies = [ [[package]] name = "lrwn_filters" -version = "4.9.0-test.5" +version = "4.9.0-test.6" dependencies = [ "hex", "lrwn", diff --git a/api/grpc-web/package.json b/api/grpc-web/package.json index aabfc6c3..c3165458 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.9.0-test.5", + "version": "4.9.0-test.6", "description": "Chirpstack gRPC-web API", "license": "MIT", "devDependencies": { diff --git a/api/java/build.gradle.kts b/api/java/build.gradle.kts index 5f08e520..1e2db564 100644 --- a/api/java/build.gradle.kts +++ b/api/java/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "io.chirpstack" -version = "4.9.0-test.5" +version = "4.9.0-test.6" repositories { mavenCentral() diff --git a/api/js/package.json b/api/js/package.json index 8b252c66..b1fb21f3 100644 --- a/api/js/package.json +++ b/api/js/package.json @@ -1,6 +1,6 @@ { "name": "@chirpstack/chirpstack-api", - "version": "4.9.0-test.5", + "version": "4.9.0-test.6", "description": "Chirpstack JS and TS API", "license": "MIT", "devDependencies": { diff --git a/api/kotlin/build.gradle.kts b/api/kotlin/build.gradle.kts index 53b82cfd..ec9c20f1 100644 --- a/api/kotlin/build.gradle.kts +++ b/api/kotlin/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "io.chirpstack" -version = "4.9.0-test.5" +version = "4.9.0-test.6" repositories { mavenCentral() diff --git a/api/php/composer.json b/api/php/composer.json index b11924b9..02d73daf 100644 --- a/api/php/composer.json +++ b/api/php/composer.json @@ -3,7 +3,7 @@ "description": "Chirpstack PHP API", "license": "MIT", "type": "library", - "version": "4.9.0-test.5", + "version": "4.9.0-test.6", "require": { "php": ">=7.0.0", "grpc/grpc": "^v1.57.0", diff --git a/api/python/src/setup.py b/api/python/src/setup.py index 15c3ca8f..f252d4a4 100644 --- a/api/python/src/setup.py +++ b/api/python/src/setup.py @@ -18,7 +18,7 @@ CLASSIFIERS = [ setup( name='chirpstack-api', - version = "4.9.0-test.5", + version = "4.9.0-test.6", url='https://github.com/brocaar/chirpstack-api', author='Orne Brocaar', author_email='info@brocaar.com', diff --git a/api/rust/Cargo.toml b/api/rust/Cargo.toml index 49634087..3f8a043a 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.9.0-test.5" + version = "4.9.0-test.6" authors = ["Orne Brocaar "] license = "MIT" homepage = "https://www.chirpstack.io" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 3025e9ff..48febfe2 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "backend" - version = "4.9.0-test.5" + version = "4.9.0-test.6" authors = ["Orne Brocaar "] edition = "2018" publish = false diff --git a/chirpstack-integration/Cargo.toml b/chirpstack-integration/Cargo.toml index 16cc442e..1a8d07ca 100644 --- a/chirpstack-integration/Cargo.toml +++ b/chirpstack-integration/Cargo.toml @@ -3,7 +3,7 @@ description = "Library for building external ChirpStack integrations" homepage = "https://www.chirpstack.io/" license = "MIT" - version = "4.9.0-test.5" + version = "4.9.0-test.6" authors = ["Orne Brocaar "] edition = "2021" repository = "https://github.com/chirpstack/chirpstack" diff --git a/chirpstack/Cargo.toml b/chirpstack/Cargo.toml index e30cc375..e7a26298 100644 --- a/chirpstack/Cargo.toml +++ b/chirpstack/Cargo.toml @@ -3,7 +3,7 @@ description = "ChirpStack is an open-source LoRaWAN(TM) Network Server" repository = "https://github.com/chirpstack/chirpstack" homepage = "https://www.chirpstack.io/" - version = "4.9.0-test.5" + version = "4.9.0-test.6" authors = ["Orne Brocaar "] edition = "2021" publish = false diff --git a/lrwn-filters/Cargo.toml b/lrwn-filters/Cargo.toml index 7a71740c..6fbad608 100644 --- a/lrwn-filters/Cargo.toml +++ b/lrwn-filters/Cargo.toml @@ -3,7 +3,7 @@ description = "Library for filtering LoRaWAN payloads on DevAddr and JoinEUIs prefixes" homepage = "https://www.chirpstack.io/" license = "MIT" - version = "4.9.0-test.5" + version = "4.9.0-test.6" authors = ["Orne Brocaar "] edition = "2021" repository = "https://github.com/chirpstack/chirpstack" diff --git a/lrwn/Cargo.toml b/lrwn/Cargo.toml index 6f55b981..ac85a671 100644 --- a/lrwn/Cargo.toml +++ b/lrwn/Cargo.toml @@ -3,7 +3,7 @@ description = "Library for encoding / decoding LoRaWAN frames." homepage = "https://www.chirpstack.io" license = "MIT" - version = "4.9.0-test.5" + version = "4.9.0-test.6" authors = ["Orne Brocaar "] edition = "2018" repository = "https://github.com/chirpstack/chirpstack" diff --git a/ui/package.json b/ui/package.json index ae38e28a..095b427f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "chirpstack-ui", - "version": "4.9.0-test.5", + "version": "4.9.0-test.6", "private": true, "type": "module", "scripts": {