Bump chirpstack_integration version.

This commit is contained in:
Orne Brocaar 2023-12-07 09:22:19 +00:00
parent f647949c05
commit 8e3f2aa3d2
3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@ -839,7 +839,7 @@ dependencies = [
[[package]]
name = "chirpstack_integration"
version = "4.5.1"
version = "4.6.0"
dependencies = [
"anyhow",
"async-trait",

View File

@ -19,6 +19,7 @@ version:
sed -i 's/^version.*/version = "$(VERSION)"/g' ./backend/Cargo.toml
sed -i 's/^version.*/version = "$(VERSION)"/g' ./lrwn/Cargo.toml
sed -i 's/^version.*/version = "$(VERSION)"/g' ./lrwn-filters/Cargo.toml
sed -i 's/^version.*/version = "$(VERSION)"/g' ./chirpstack-integration/Cargo.toml
sed -i 's/"version.*/"version": "$(VERSION)",/g' ./ui/package.json
sed -i 's/"version.*/"version": "$(VERSION)",/g' ./api/grpc-web/package.json
sed -i 's/"version.*/"version": "$(VERSION)",/g' ./api/js/package.json

View File

@ -3,7 +3,7 @@
description = "Library for building external ChirpStack integrations"
homepage = "https://www.chirpstack.io/"
license = "MIT"
version = "4.5.1"
version = "4.6.0"
authors = ["Orne Brocaar <info@brocaar.com>"]
edition = "2021"
repository = "https://github.com/chirpstack/chirpstack"