From 4b77fa441dcc8aaa921e4b8c7e4a4500e00d2df7 Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Thu, 20 Mar 2025 12:25:23 +0000 Subject: [PATCH] Bump version to 4.12.0-test.2 --- Cargo.lock | 14 +++++++------- api/grpc-web/package.json | 2 +- api/java/build.gradle.kts | 2 +- api/js/package.json | 2 +- api/kotlin/build.gradle.kts | 2 +- api/php/composer.json | 2 +- api/python/src/setup.py | 2 +- api/rust/Cargo.toml | 2 +- backend/Cargo.toml | 2 +- chirpstack-integration/Cargo.toml | 4 ++-- chirpstack/Cargo.toml | 2 +- lrwn-filters/Cargo.toml | 2 +- lrwn/Cargo.toml | 2 +- ui/package.json | 2 +- 14 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8c82ab9..bc556f3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -698,7 +698,7 @@ dependencies = [ [[package]] name = "backend" -version = "4.12.0-test.1" +version = "4.12.0-test.2" dependencies = [ "aes-kw", "anyhow", @@ -900,7 +900,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chirpstack" -version = "4.12.0-test.1" +version = "4.12.0-test.2" dependencies = [ "aes", "anyhow", @@ -993,7 +993,7 @@ dependencies = [ [[package]] name = "chirpstack_api" -version = "4.12.0-test.1" +version = "4.12.0-test.2" dependencies = [ "hex", "pbjson", @@ -1010,7 +1010,7 @@ dependencies = [ [[package]] name = "chirpstack_integration" -version = "4.12.0-test.1" +version = "4.12.0-test.2" dependencies = [ "anyhow", "async-trait", @@ -2845,7 +2845,7 @@ dependencies = [ [[package]] name = "lrwn" -version = "4.12.0-test.1" +version = "4.12.0-test.2" dependencies = [ "aes", "anyhow", @@ -2859,7 +2859,7 @@ dependencies = [ [[package]] name = "lrwn_filters" -version = "4.12.0-test.1" +version = "4.12.0-test.2" dependencies = [ "hex", "lrwn", diff --git a/api/grpc-web/package.json b/api/grpc-web/package.json index 2b39aaa0..8e7e0284 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.12.0-test.1", + "version": "4.12.0-test.2", "description": "Chirpstack gRPC-web API", "license": "MIT", "devDependencies": { diff --git a/api/java/build.gradle.kts b/api/java/build.gradle.kts index 6f481961..d41a75b9 100644 --- a/api/java/build.gradle.kts +++ b/api/java/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "io.chirpstack" -version = "4.12.0-test.1" +version = "4.12.0-test.2" repositories { mavenCentral() diff --git a/api/js/package.json b/api/js/package.json index c4c31532..936d0059 100644 --- a/api/js/package.json +++ b/api/js/package.json @@ -1,6 +1,6 @@ { "name": "@chirpstack/chirpstack-api", - "version": "4.12.0-test.1", + "version": "4.12.0-test.2", "description": "Chirpstack JS and TS API", "license": "MIT", "devDependencies": { diff --git a/api/kotlin/build.gradle.kts b/api/kotlin/build.gradle.kts index 7fb61a07..bf532d14 100644 --- a/api/kotlin/build.gradle.kts +++ b/api/kotlin/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "io.chirpstack" -version = "4.12.0-test.1" +version = "4.12.0-test.2" repositories { mavenCentral() diff --git a/api/php/composer.json b/api/php/composer.json index effb8f69..d171a5b1 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.12.0-test.1", + "version": "4.12.0-test.2", "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 8a7c26ef..5dc96ba5 100644 --- a/api/python/src/setup.py +++ b/api/python/src/setup.py @@ -18,7 +18,7 @@ CLASSIFIERS = [ setup( name='chirpstack-api', - version = "4.12.0-test.1", + version = "4.12.0-test.2", 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 5c9d129f..7858a421 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.12.0-test.1" + version = "4.12.0-test.2" authors = ["Orne Brocaar "] license = "MIT" homepage = "https://www.chirpstack.io" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index db9c3a43..d6d91f4f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "backend" - version = "4.12.0-test.1" + version = "4.12.0-test.2" authors = ["Orne Brocaar "] edition = "2018" publish = false diff --git a/chirpstack-integration/Cargo.toml b/chirpstack-integration/Cargo.toml index a615c992..b0693221 100644 --- a/chirpstack-integration/Cargo.toml +++ b/chirpstack-integration/Cargo.toml @@ -3,13 +3,13 @@ description = "Library for building external ChirpStack integrations" homepage = "https://www.chirpstack.io/" license = "MIT" - version = "4.12.0-test.1" + version = "4.12.0-test.2" authors = ["Orne Brocaar "] edition = "2021" repository = "https://github.com/chirpstack/chirpstack" [dependencies] - chirpstack_api = { path = "../api/rust", version = "4.12.0-test.1" } + chirpstack_api = { path = "../api/rust", version = "4.12.0-test.2" } redis = { version = "0.29", features = [ "cluster-async", "tokio-rustls-comp", diff --git a/chirpstack/Cargo.toml b/chirpstack/Cargo.toml index 4649cb84..c5b5535a 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.12.0-test.1" + version = "4.12.0-test.2" authors = ["Orne Brocaar "] edition = "2021" publish = false diff --git a/lrwn-filters/Cargo.toml b/lrwn-filters/Cargo.toml index 48bdaca9..047c80ba 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.12.0-test.1" + version = "4.12.0-test.2" authors = ["Orne Brocaar "] edition = "2021" repository = "https://github.com/chirpstack/chirpstack" diff --git a/lrwn/Cargo.toml b/lrwn/Cargo.toml index 5399f876..b9bd409b 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.12.0-test.1" + version = "4.12.0-test.2" authors = ["Orne Brocaar "] edition = "2018" repository = "https://github.com/chirpstack/chirpstack" diff --git a/ui/package.json b/ui/package.json index 9606616a..48a73e62 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "chirpstack-ui", - "version": "4.12.0-test.1", + "version": "4.12.0-test.2", "private": true, "type": "module", "scripts": {