Skip to content

Commit a7d208f

Browse files
committed
bump version to v1.1.1
1 parent c9cd717 commit a7d208f

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
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.0.0)
22

3-
project(jsonrpcpp VERSION 1.1.0 LANGUAGES CXX)
3+
project(jsonrpcpp VERSION 1.1.1 LANGUAGES CXX)
44
set(PROJECT_DESCRIPTION "C++ JSON-RPC 2.0 library")
55
set(PROJECT_URL "https://github.com/badaix/jsonrpcpp")
66

lib/jsonrp.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.1.0
6+
version 1.1.1
77
https://github.com/badaix/jsonrpcpp
88
99
This file is part of jsonrpc++

0 commit comments

Comments
 (0)