Skip to content

Commit ea6e081

Browse files
committed
Raise version number to v1.3.1
1 parent 0d1e20f commit ea6e081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
cmake_minimum_required(VERSION 3.0.0)
1414

15-
project(jsonrpcpp VERSION 1.3.0 LANGUAGES CXX)
15+
project(jsonrpcpp VERSION 1.3.1 LANGUAGES CXX)
1616
set(PROJECT_DESCRIPTION "C++ JSON-RPC 2.0 library")
1717
set(PROJECT_URL "https://github.com/badaix/jsonrpcpp")
1818

include/jsonrpcpp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_( )/ ___) / \ ( ( \( _ \( _ \ / __)( ) ( )
44
/ \) \\___ \( O )/ / ) / ) __/( (__(_ _)(_ _)
55
\____/(____/ \__/ \_)__)(__\_)(__) \___)(_) (_)
6-
version 1.3.0
6+
version 1.3.1
77
https://github.com/badaix/jsonrpcpp
88
99
This file is part of jsonrpc++

0 commit comments

Comments
 (0)