Skip to content

Commit c0e2142

Browse files
committed
Bump version to 3.4.2
1 parent 91e31c7 commit c0e2142

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

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

2525
project(
2626
asio-grpc
27-
VERSION 3.4.1
27+
VERSION 3.4.2
2828
DESCRIPTION "Asynchronous gRPC with Asio/unified executors"
2929
HOMEPAGE_URL "https://github.com/Tradias/asio-grpc"
3030
LANGUAGES CXX)

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.4.1/cmake-format.yaml#L2-L14) to get proper formatting.
22+
[cmake-format.yaml](https://github.com/Tradias/asio-grpc/blob/v3.4.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.4.1
8+
sonar.projectVersion=3.4.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)