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 0d1e20f commit ea6e081Copy full SHA for ea6e081
CMakeLists.txt
@@ -12,7 +12,7 @@
12
13
cmake_minimum_required(VERSION 3.0.0)
14
15
-project(jsonrpcpp VERSION 1.3.0 LANGUAGES CXX)
+project(jsonrpcpp VERSION 1.3.1 LANGUAGES CXX)
16
set(PROJECT_DESCRIPTION "C++ JSON-RPC 2.0 library")
17
set(PROJECT_URL "https://github.com/badaix/jsonrpcpp")
18
include/jsonrpcpp.hpp
@@ -3,7 +3,7 @@
3
_( )/ ___) / \ ( ( \( _ \( _ \ / __)( ) ( )
4
/ \) \\___ \( O )/ / ) / ) __/( (__(_ _)(_ _)
5
\____/(____/ \__/ \_)__)(__\_)(__) \___)(_) (_)
6
- version 1.3.0
+ version 1.3.1
7
https://github.com/badaix/jsonrpcpp
8
9
This file is part of jsonrpc++
0 commit comments