From f647949c057578590e00b437bea68ab7a951af9b Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Thu, 7 Dec 2023 09:13:36 +0000 Subject: [PATCH] Bump version to 4.6.0 --- 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.lock | 2 +- api/rust/Cargo.toml | 2 +- backend/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 4e6c52b7..5fe30638 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "backend" -version = "4.6.0-test.4" +version = "4.6.0" dependencies = [ "aes-kw", "anyhow", @@ -744,7 +744,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chirpstack" -version = "4.6.0-test.4" +version = "4.6.0" dependencies = [ "aes", "anyhow", @@ -822,7 +822,7 @@ dependencies = [ [[package]] name = "chirpstack_api" -version = "4.6.0-test.4" +version = "4.6.0" dependencies = [ "hex", "pbjson", @@ -2382,7 +2382,7 @@ dependencies = [ [[package]] name = "lrwn" -version = "4.6.0-test.4" +version = "4.6.0" dependencies = [ "aes", "anyhow", @@ -2396,7 +2396,7 @@ dependencies = [ [[package]] name = "lrwn_filters" -version = "4.6.0-test.4" +version = "4.6.0" dependencies = [ "hex", "lrwn", diff --git a/api/grpc-web/package.json b/api/grpc-web/package.json index 327e14c8..f5e5a6c8 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.6.0-test.4", + "version": "4.6.0", "description": "Chirpstack gRPC-web API", "license": "MIT", "devDependencies": { diff --git a/api/java/build.gradle.kts b/api/java/build.gradle.kts index 31e9377a..ad17a3a7 100644 --- a/api/java/build.gradle.kts +++ b/api/java/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "io.chirpstack" -version = "4.6.0-test.4" +version = "4.6.0" repositories { mavenCentral() diff --git a/api/js/package.json b/api/js/package.json index 859c03a9..dab9d523 100644 --- a/api/js/package.json +++ b/api/js/package.json @@ -1,6 +1,6 @@ { "name": "@chirpstack/chirpstack-api", - "version": "4.6.0-test.4", + "version": "4.6.0", "description": "Chirpstack JS and TS API", "license": "MIT", "devDependencies": { diff --git a/api/kotlin/build.gradle.kts b/api/kotlin/build.gradle.kts index e98560ad..0d46f34a 100644 --- a/api/kotlin/build.gradle.kts +++ b/api/kotlin/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "io.chirpstack" -version = "4.6.0-test.4" +version = "4.6.0" repositories { mavenCentral() diff --git a/api/python/src/setup.py b/api/python/src/setup.py index 4d9688e0..3a65c70f 100644 --- a/api/python/src/setup.py +++ b/api/python/src/setup.py @@ -18,7 +18,7 @@ CLASSIFIERS = [ setup( name='chirpstack-api', - version = "4.6.0-test.4", + version = "4.6.0", 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 2412bf63..2b385976 100644 --- a/api/rust/Cargo.lock +++ b/api/rust/Cargo.lock @@ -172,7 +172,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chirpstack_api" -version = "4.6.0-test.4" +version = "4.6.0" dependencies = [ "hex", "pbjson", diff --git a/api/rust/Cargo.toml b/api/rust/Cargo.toml index 2c6738ac..011a25ae 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.6.0-test.4" +version = "4.6.0" authors = ["Orne Brocaar "] license = "MIT" homepage = "https://www.chirpstack.io" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 7d83c319..e99d7266 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "backend" -version = "4.6.0-test.4" +version = "4.6.0" authors = ["Orne Brocaar "] edition = "2018" publish = false diff --git a/chirpstack/Cargo.toml b/chirpstack/Cargo.toml index 3b5a492c..b5530078 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.6.0-test.4" +version = "4.6.0" authors = ["Orne Brocaar "] edition = "2021" publish = false diff --git a/lrwn-filters/Cargo.toml b/lrwn-filters/Cargo.toml index 0f696912..aa108621 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.6.0-test.4" +version = "4.6.0" authors = ["Orne Brocaar "] edition = "2021" repository = "https://github.com/chirpstack/chirpstack" diff --git a/lrwn/Cargo.toml b/lrwn/Cargo.toml index 1c1b0f04..2cb08cc8 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.6.0-test.4" +version = "4.6.0" authors = ["Orne Brocaar "] edition = "2018" repository = "https://github.com/chirpstack/chirpstack" diff --git a/ui/package.json b/ui/package.json index 83d60fa8..3bd78f29 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "chirpstack-ui", - "version": "4.6.0-test.4", + "version": "4.6.0", "private": true, "dependencies": { "@ant-design/colors": "^7.0.0",