diff --git a/CMakeLists.txt b/CMakeLists.txt index 90999e0d..98efd146 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.19) project( asio-grpc - VERSION 1.1.0 + VERSION 1.1.1 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 44b3b4f7..d53ac28b 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.0 +sonar.projectVersion=1.1.1 # 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 90a5c542..8f73c472 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "asio-grpc", - "version-string": "1.1.0", + "version-string": "1.1.1", "dependencies": [ "doctest", {