Bump version to 4.10.0-test.6

This commit is contained in:
Orne Brocaar 2024-10-29 16:04:44 +00:00
parent 905db6e9b7
commit 2b5b54a7b7
14 changed files with 20 additions and 20 deletions

12
Cargo.lock generated
View File

@ -611,7 +611,7 @@ dependencies = [
[[package]]
name = "backend"
version = "4.10.0-test.5"
version = "4.10.0-test.6"
dependencies = [
"aes-kw",
"anyhow",
@ -817,7 +817,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chirpstack"
version = "4.10.0-test.5"
version = "4.10.0-test.6"
dependencies = [
"aes",
"anyhow",
@ -911,7 +911,7 @@ dependencies = [
[[package]]
name = "chirpstack_api"
version = "4.10.0-test.5"
version = "4.10.0-test.6"
dependencies = [
"hex",
"pbjson",
@ -928,7 +928,7 @@ dependencies = [
[[package]]
name = "chirpstack_integration"
version = "4.10.0-test.5"
version = "4.10.0-test.6"
dependencies = [
"anyhow",
"async-trait",
@ -2506,7 +2506,7 @@ dependencies = [
[[package]]
name = "lrwn"
version = "4.10.0-test.5"
version = "4.10.0-test.6"
dependencies = [
"aes",
"anyhow",
@ -2520,7 +2520,7 @@ dependencies = [
[[package]]
name = "lrwn_filters"
version = "4.10.0-test.5"
version = "4.10.0-test.6"
dependencies = [
"hex",
"lrwn",

View File

@ -1,6 +1,6 @@
{
"name": "@chirpstack/chirpstack-api-grpc-web",
"version": "4.10.0-test.5",
"version": "4.10.0-test.6",
"description": "Chirpstack gRPC-web API",
"license": "MIT",
"devDependencies": {

View File

@ -8,7 +8,7 @@ plugins {
}
group = "io.chirpstack"
version = "4.10.0-test.5"
version = "4.10.0-test.6"
repositories {
mavenCentral()

2
api/js/package.json vendored
View File

@ -1,6 +1,6 @@
{
"name": "@chirpstack/chirpstack-api",
"version": "4.10.0-test.5",
"version": "4.10.0-test.6",
"description": "Chirpstack JS and TS API",
"license": "MIT",
"devDependencies": {

View File

@ -9,7 +9,7 @@ plugins {
}
group = "io.chirpstack"
version = "4.10.0-test.5"
version = "4.10.0-test.6"
repositories {
mavenCentral()

View File

@ -3,7 +3,7 @@
"description": "Chirpstack PHP API",
"license": "MIT",
"type": "library",
"version": "4.10.0-test.5",
"version": "4.10.0-test.6",
"require": {
"php": ">=7.0.0",
"grpc/grpc": "^v1.57.0",

View File

@ -18,7 +18,7 @@ CLASSIFIERS = [
setup(
name='chirpstack-api',
version = "4.10.0-test.5",
version = "4.10.0-test.6",
url='https://github.com/brocaar/chirpstack-api',
author='Orne Brocaar',
author_email='info@brocaar.com',

2
api/rust/Cargo.toml vendored
View File

@ -1,7 +1,7 @@
[package]
name = "chirpstack_api"
description = "ChirpStack Protobuf / gRPC API definitions."
version = "4.10.0-test.5"
version = "4.10.0-test.6"
authors = ["Orne Brocaar <info@brocaar.com>"]
license = "MIT"
homepage = "https://www.chirpstack.io"

View File

@ -1,6 +1,6 @@
[package]
name = "backend"
version = "4.10.0-test.5"
version = "4.10.0-test.6"
authors = ["Orne Brocaar <info@brocaar.com>"]
edition = "2018"
publish = false

View File

@ -3,13 +3,13 @@
description = "Library for building external ChirpStack integrations"
homepage = "https://www.chirpstack.io/"
license = "MIT"
version = "4.10.0-test.5"
version = "4.10.0-test.6"
authors = ["Orne Brocaar <info@brocaar.com>"]
edition = "2021"
repository = "https://github.com/chirpstack/chirpstack"
[dependencies]
chirpstack_api = { path = "../api/rust", version = "4.10.0-test.5" }
chirpstack_api = { path = "../api/rust", version = "4.10.0-test.6" }
redis = { version = "0.27", features = [
"cluster-async",
"tokio-rustls-comp",

View File

@ -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.10.0-test.5"
version = "4.10.0-test.6"
authors = ["Orne Brocaar <info@brocaar.com>"]
edition = "2021"
publish = false

View File

@ -3,7 +3,7 @@
description = "Library for filtering LoRaWAN payloads on DevAddr and JoinEUIs prefixes"
homepage = "https://www.chirpstack.io/"
license = "MIT"
version = "4.10.0-test.5"
version = "4.10.0-test.6"
authors = ["Orne Brocaar <info@brocaar.com>"]
edition = "2021"
repository = "https://github.com/chirpstack/chirpstack"

View File

@ -3,7 +3,7 @@
description = "Library for encoding / decoding LoRaWAN frames."
homepage = "https://www.chirpstack.io"
license = "MIT"
version = "4.10.0-test.5"
version = "4.10.0-test.6"
authors = ["Orne Brocaar <info@brocaar.com>"]
edition = "2018"
repository = "https://github.com/chirpstack/chirpstack"

View File

@ -1,6 +1,6 @@
{
"name": "chirpstack-ui",
"version": "4.10.0-test.5",
"version": "4.10.0-test.6",
"private": true,
"type": "module",
"scripts": {