Bump version to 4.0.0-test.15

This commit is contained in:
Orne Brocaar
2022-08-01 10:20:57 +01:00
parent 10d75a1744
commit edff985ad8
9 changed files with 12 additions and 12 deletions

View File

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

2
api/js/package.json vendored
View File

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

View File

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