Skip to content

Commit

Permalink
chore: Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Oct 8, 2021
1 parent 53f1c96 commit 92f0001
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asio-grpc",
"version-string": "1.1.0",
"version-string": "1.1.1",
"dependencies": [
"doctest",
{
Expand Down

0 comments on commit 92f0001

Please sign in to comment.