From 9fb316517308f0c143ca405bc5f3beffb303e85f Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Fri, 7 Jun 2024 14:37:33 +0100 Subject: [PATCH] Bump version to 4.9.0-test.1 --- Cargo.lock | 10 +++++----- api/grpc-web/package.json | 2 +- api/java/build.gradle.kts | 2 +- api/js/package.json | 2 +- api/kotlin/build.gradle.kts | 2 +- api/python/src/setup.py | 2 +- api/rust/Cargo.toml | 2 +- backend/Cargo.toml | 2 +- chirpstack-integration/Cargo.toml | 2 +- chirpstack/Cargo.toml | 2 +- lrwn-filters/Cargo.toml | 2 +- lrwn/Cargo.toml | 2 +- ui/package.json | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46882418..6f5ec7b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "backend" -version = "4.8.1" +version = "4.9.0-test.1" dependencies = [ "aes-kw", "anyhow", @@ -800,7 +800,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chirpstack" -version = "4.8.1" +version = "4.9.0-test.1" dependencies = [ "aes", "anyhow", @@ -891,7 +891,7 @@ dependencies = [ [[package]] name = "chirpstack_api" -version = "4.8.1" +version = "4.9.0-test.1" dependencies = [ "diesel", "hex", @@ -2582,7 +2582,7 @@ dependencies = [ [[package]] name = "lrwn" -version = "4.8.1" +version = "4.9.0-test.1" dependencies = [ "aes", "anyhow", @@ -2596,7 +2596,7 @@ dependencies = [ [[package]] name = "lrwn_filters" -version = "4.8.1" +version = "4.9.0-test.1" dependencies = [ "hex", "lrwn", diff --git a/api/grpc-web/package.json b/api/grpc-web/package.json index 662997de..bee25f39 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.8.1", + "version": "4.9.0-test.1", "description": "Chirpstack gRPC-web API", "license": "MIT", "devDependencies": { diff --git a/api/java/build.gradle.kts b/api/java/build.gradle.kts index 10bb1376..7c4ab507 100644 --- a/api/java/build.gradle.kts +++ b/api/java/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "io.chirpstack" -version = "4.8.1" +version = "4.9.0-test.1" repositories { mavenCentral() diff --git a/api/js/package.json b/api/js/package.json index 08a18b5b..c629064c 100644 --- a/api/js/package.json +++ b/api/js/package.json @@ -1,6 +1,6 @@ { "name": "@chirpstack/chirpstack-api", - "version": "4.8.1", + "version": "4.9.0-test.1", "description": "Chirpstack JS and TS API", "license": "MIT", "devDependencies": { diff --git a/api/kotlin/build.gradle.kts b/api/kotlin/build.gradle.kts index c4925f02..7756a4f4 100644 --- a/api/kotlin/build.gradle.kts +++ b/api/kotlin/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "io.chirpstack" -version = "4.8.1" +version = "4.9.0-test.1" repositories { mavenCentral() diff --git a/api/python/src/setup.py b/api/python/src/setup.py index 2ef83509..460db6b8 100644 --- a/api/python/src/setup.py +++ b/api/python/src/setup.py @@ -18,7 +18,7 @@ CLASSIFIERS = [ setup( name='chirpstack-api', - version = "4.8.1.post1", + version = "4.9.0-test.1", 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 e249b4af..5192c4c3 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.8.1" +version = "4.9.0-test.1" authors = ["Orne Brocaar "] license = "MIT" homepage = "https://www.chirpstack.io" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 51129ad4..46a181dc 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "backend" -version = "4.8.1" +version = "4.9.0-test.1" authors = ["Orne Brocaar "] edition = "2018" publish = false diff --git a/chirpstack-integration/Cargo.toml b/chirpstack-integration/Cargo.toml index 378feee0..7f2689b5 100644 --- a/chirpstack-integration/Cargo.toml +++ b/chirpstack-integration/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/chirpstack/chirpstack" [dependencies] - chirpstack_api = { path = "../api/rust", version = "4.8.0" } + chirpstack_api = { path = "../api/rust", version = "4.9.0-test.1" } redis = { version = "0.25", features = [ "cluster-async", "tokio-rustls-comp", diff --git a/chirpstack/Cargo.toml b/chirpstack/Cargo.toml index 0487d0a1..5e67ff74 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.8.1" + version = "4.9.0-test.1" authors = ["Orne Brocaar "] edition = "2021" publish = false diff --git a/lrwn-filters/Cargo.toml b/lrwn-filters/Cargo.toml index e5d8f9fa..d80df51b 100644 --- a/lrwn-filters/Cargo.toml +++ b/lrwn-filters/Cargo.toml @@ -3,7 +3,7 @@ name = "lrwn_filters" description = "Library for filtering LoRaWAN payloads on DevAddr and JoinEUIs prefixes" homepage = "https://www.chirpstack.io/" license = "MIT" -version = "4.8.1" +version = "4.9.0-test.1" authors = ["Orne Brocaar "] edition = "2021" repository = "https://github.com/chirpstack/chirpstack" diff --git a/lrwn/Cargo.toml b/lrwn/Cargo.toml index e92b122d..6b534f8f 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.8.1" +version = "4.9.0-test.1" authors = ["Orne Brocaar "] edition = "2018" repository = "https://github.com/chirpstack/chirpstack" diff --git a/ui/package.json b/ui/package.json index fcf1610f..172788c0 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "chirpstack-ui", - "version": "4.8.1", + "version": "4.9.0-test.1", "private": true, "dependencies": { "@ant-design/colors": "^7.0.0",