From 5ae8f0d804923fb02b9bb686658a6cc6c4dc6632 Mon Sep 17 00:00:00 2001 From: Orne Brocaar <info@brocaar.com> Date: Thu, 28 Oct 2021 07:59:31 +0100 Subject: [PATCH] Bump version. --- docker-compose.yml | 8 ++++---- js/package.json | 2 +- python/src/setup.py | 2 +- rust/Cargo.lock | 2 +- rust/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index af68f03..7ded873 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: - ./:/chirpstack-api chirpstack-api-js: environment: - - VERSION=3.12.3 + - VERSION=3.12.4 build: context: . dockerfile: Dockerfile-js @@ -25,7 +25,7 @@ services: - ./:/chirpstack-api chirpstack-api-rust: environment: - - VERSION=3.12.3 + - VERSION=3.12.4 build: context: . dockerfile: Dockerfile-rust @@ -34,7 +34,7 @@ services: - ./:/chirpstack-api chirpstack-api-python: environment: - - VERSION=3.12.3 + - VERSION=3.12.4 build: context: . dockerfile: Dockerfile-python @@ -43,7 +43,7 @@ services: - ./:/chirpstack-api chirpstack-api-java: environment: - - VERSION=3.12.3 + - VERSION=3.12.4 build: context: . dockerfile: Dockerfile-java diff --git a/js/package.json b/js/package.json index be9b9e6..8a6a97a 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@chirpstack/chirpstack-api", - "version": "3.12.3", + "version": "3.12.4", "description": "Chirpstack JS and TS API", "license": "MIT", "devDependencies": { diff --git a/python/src/setup.py b/python/src/setup.py index 2d1d39e..22e288a 100644 --- a/python/src/setup.py +++ b/python/src/setup.py @@ -18,7 +18,7 @@ CLASSIFIERS = [ setup( name='chirpstack-api', - version = "3.12.3", + version = "3.12.4", url='https://github.com/brocaar/chirpstack-api', author='Orne Brocaar', author_email='info@brocaar.com', diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 5d71fc5..cf1c7fa 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -72,7 +72,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chirpstack_api" -version = "3.12.3" +version = "3.12.4" dependencies = [ "prost", "prost-types", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index bd7c9e0..c658283 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "chirpstack_api" description = "ChirpStack Protobuf / gRPC API definitions." -version = "3.12.3" +version = "3.12.4" authors = ["Orne Brocaar <info@brocaar.com>"] license = "MIT" homepage = "https://www.chirpstack.io" -- GitLab