From 2277c547e523e7da7e5bde327d3681de2ec97222 Mon Sep 17 00:00:00 2001 From: Dennis Hezel Date: Sat, 9 Oct 2021 11:53:59 +0200 Subject: [PATCH] chore: Bump version to 1.1.2 --- CMakeLists.txt | 2 +- sonar-project.properties | 2 +- vcpkg.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98efd146..d288e04d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.19) project( asio-grpc - VERSION 1.1.1 + VERSION 1.1.2 DESCRIPTION "Asynchronous gRPC using Boost.Asio's executor model" HOMEPAGE_URL "https://github.com/Tradias/asio-grpc" LANGUAGES CXX) diff --git a/sonar-project.properties b/sonar-project.properties index d53ac28b..a7616d0f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -5,7 +5,7 @@ sonar.host.url=https://sonarcloud.io # This is the name and version displayed in the SonarCloud UI. sonar.projectName=asio-grpc -sonar.projectVersion=1.1.1 +sonar.projectVersion=1.1.2 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src diff --git a/vcpkg.json b/vcpkg.json index 8f73c472..6c0b1f40 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "asio-grpc", - "version-string": "1.1.1", + "version-string": "1.1.2", "dependencies": [ "doctest", {