Skip to content

Commit 110a9e0

Browse files
committed
Bump version to 3.5.2
1 parent efe0832 commit 110a9e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ endif()
4949

5050
project(
5151
asio-grpc
52-
VERSION 3.5.1
52+
VERSION 3.5.2
5353
DESCRIPTION "Asynchronous gRPC with Asio/unified executors"
5454
HOMEPAGE_URL "https://github.com/Tradias/asio-grpc"
5555
LANGUAGES CXX)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ To use asio-grpc via [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake), add it
147147
CPMAddPackage(
148148
NAME asio-grpc
149149
GITHUB_REPOSITORY Tradias/asio-grpc
150-
VERSION 3.5.1
150+
VERSION 3.5.2
151151
)
152152
153153
target_link_libraries(your_app PUBLIC asio-grpc::asio-grpc)

cmake/AsioGrpcProtobufGenerator.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In the same directory that called `find_package(asio-grpc)` the following CMake
1919
It can be used to generate Protobuf/gRPC source files from `.proto` schemas.<br>
2020
2121
If you are using [cmake-format](https://github.com/cheshirekow/cmake_format) then you can copy the `asio_grpc_protobuf_generate` section from
22-
[cmake-format.yaml](https://github.com/Tradias/asio-grpc/blob/v3.5.1/cmake-format.yaml#L2-L14) to get proper formatting.
22+
[cmake-format.yaml](https://github.com/Tradias/asio-grpc/blob/v3.5.2/cmake-format.yaml#L2-L14) to get proper formatting.
2323
2424
```cmake
2525
asio_grpc_protobuf_generate(PROTOS <proto_file1> [<proto_file2>...]

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sonar.host.url=https://sonarcloud.io
55

66
# This is the name and version displayed in the SonarCloud UI.
77
sonar.projectName=asio-grpc
8-
sonar.projectVersion=3.5.1
8+
sonar.projectVersion=3.5.2
99

1010
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
1111
sonar.sources=src

0 commit comments

Comments
 (0)