Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 188ef3d

Browse files
committed
Bump version to 4.12.1
1 parent 0cff864 commit 188ef3d

File tree

14 files changed

+20
-20
lines changed

14 files changed

+20
-20
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chirpstack/chirpstack-api-grpc-web",
3-
"version": "4.12.1-test.1",
3+
"version": "4.12.1",
44
"description": "Chirpstack gRPC-web API",
55
"license": "MIT",
66
"devDependencies": {

api/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "io.chirpstack"
11-
version = "4.12.1-test.1"
11+
version = "4.12.1"
1212

1313
repositories {
1414
mavenCentral()

api/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chirpstack/chirpstack-api",
3-
"version": "4.12.1-test.1",
3+
"version": "4.12.1",
44
"description": "Chirpstack JS and TS API",
55
"license": "MIT",
66
"devDependencies": {

api/kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "io.chirpstack"
12-
version = "4.12.1-test.1"
12+
version = "4.12.1"
1313

1414
repositories {
1515
mavenCentral()

api/php/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Chirpstack PHP API",
44
"license": "MIT",
55
"type": "library",
6-
"version": "4.12.1-test.1",
6+
"version": "4.12.1",
77
"require": {
88
"php": ">=7.0.0",
99
"grpc/grpc": "^v1.57.0",

api/python/src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='chirpstack-api',
21-
version = "4.12.1-test.1",
21+
version = "4.12.1",
2222
url='https://github.com/brocaar/chirpstack-api',
2323
author='Orne Brocaar',
2424
author_email='[email protected]',

api/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "chirpstack_api"
33
description = "ChirpStack Protobuf / gRPC API definitions."
4-
version = "4.12.1-test.1"
4+
version = "4.12.1"
55
authors = ["Orne Brocaar <[email protected]>"]
66
license = "MIT"
77
homepage = "https://www.chirpstack.io"

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backend"
3-
version = "4.12.1-test.1"
3+
version = "4.12.1"
44
authors = ["Orne Brocaar <[email protected]>"]
55
edition = "2018"
66
publish = false

chirpstack-integration/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
description = "Library for building external ChirpStack integrations"
44
homepage = "https://www.chirpstack.io/"
55
license = "MIT"
6-
version = "4.12.1-test.1"
6+
version = "4.12.1"
77
authors = ["Orne Brocaar <[email protected]>"]
88
edition = "2021"
99
repository = "https://github.com/chirpstack/chirpstack"
1010

1111
[dependencies]
12-
chirpstack_api = { path = "../api/rust", version = "4.12.1-test.1" }
12+
chirpstack_api = { path = "../api/rust", version = "4.12.1" }
1313
redis = { version = "0.29", features = [
1414
"cluster-async",
1515
"tokio-rustls-comp",

0 commit comments

Comments
 (0)