Bump version to 4.12.0-test.4
Some checks failed
CI / tests (postgres) (push) Has been cancelled
CI / tests (sqlite) (push) Has been cancelled
CI / dist (postgres) (push) Has been cancelled
CI / dist (sqlite) (push) Has been cancelled

This commit is contained in:
Orne Brocaar 2025-04-21 15:23:08 +01:00
parent 6d084b3b21
commit 92b2439377
14 changed files with 20 additions and 20 deletions

12
Cargo.lock generated
View File

@ -629,7 +629,7 @@ dependencies = [
[[package]]
name = "backend"
version = "4.12.0-test.3"
version = "4.12.0-test.4"
dependencies = [
"aes-kw",
"anyhow",
@ -831,7 +831,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "chirpstack"
version = "4.12.0-test.3"
version = "4.12.0-test.4"
dependencies = [
"aes",
"anyhow",
@ -923,7 +923,7 @@ dependencies = [
[[package]]
name = "chirpstack_api"
version = "4.12.0-test.3"
version = "4.12.0-test.4"
dependencies = [
"hex",
"pbjson",
@ -940,7 +940,7 @@ dependencies = [
[[package]]
name = "chirpstack_integration"
version = "4.12.0-test.3"
version = "4.12.0-test.4"
dependencies = [
"anyhow",
"async-trait",
@ -2776,7 +2776,7 @@ dependencies = [
[[package]]
name = "lrwn"
version = "4.12.0-test.3"
version = "4.12.0-test.4"
dependencies = [
"aes",
"anyhow",
@ -2789,7 +2789,7 @@ dependencies = [
[[package]]
name = "lrwn_filters"
version = "4.12.0-test.3"
version = "4.12.0-test.4"
dependencies = [
"hex",
"lrwn",

View File

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

View File

@ -8,7 +8,7 @@ plugins {
}
group = "io.chirpstack"
version = "4.12.0-test.3"
version = "4.12.0-test.4"
repositories {
mavenCentral()

2
api/js/package.json vendored
View File

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

View File

@ -9,7 +9,7 @@ plugins {
}
group = "io.chirpstack"
version = "4.12.0-test.3"
version = "4.12.0-test.4"
repositories {
mavenCentral()

View File

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

View File

@ -18,7 +18,7 @@ CLASSIFIERS = [
setup(
name='chirpstack-api',
version = "4.12.0-test.3",
version = "4.12.0-test.4",
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.12.0-test.3"
version = "4.12.0-test.4"
authors = ["Orne Brocaar <info@brocaar.com>"]
license = "MIT"
homepage = "https://www.chirpstack.io"

View File

@ -1,6 +1,6 @@
[package]
name = "backend"
version = "4.12.0-test.3"
version = "4.12.0-test.4"
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.12.0-test.3"
version = "4.12.0-test.4"
authors = ["Orne Brocaar <info@brocaar.com>"]
edition = "2021"
repository = "https://github.com/chirpstack/chirpstack"
[dependencies]
chirpstack_api = { path = "../api/rust", version = "4.12.0-test.3" }
chirpstack_api = { path = "../api/rust", version = "4.12.0-test.4" }
redis = { version = "0.29", 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.12.0-test.3"
version = "4.12.0-test.4"
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.12.0-test.3"
version = "4.12.0-test.4"
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.12.0-test.3"
version = "4.12.0-test.4"
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.12.0-test.3",
"version": "4.12.0-test.4",
"private": true,
"type": "module",
"scripts": {