We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9cd717 commit a7d208fCopy full SHA for a7d208f
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.0.0)
2
3
-project(jsonrpcpp VERSION 1.1.0 LANGUAGES CXX)
+project(jsonrpcpp VERSION 1.1.1 LANGUAGES CXX)
4
set(PROJECT_DESCRIPTION "C++ JSON-RPC 2.0 library")
5
set(PROJECT_URL "https://github.com/badaix/jsonrpcpp")
6
lib/jsonrp.hpp
@@ -3,7 +3,7 @@
_( )/ ___) / \ ( ( \( _ \( _ \ / __)( ) ( )
/ \) \\___ \( O )/ / ) / ) __/( (__(_ _)(_ _)
\____/(____/ \__/ \_)__)(__\_)(__) \___)(_) (_)
- version 1.1.0
+ version 1.1.1
7
https://github.com/badaix/jsonrpcpp
8
9
This file is part of jsonrpc++
0 commit comments