Skip to content

Commit 4f07952

Browse files
committed
Bump version to v1.3.4
1 parent ee88c85 commit 4f07952

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
*.out
2929
*.app
3030

31+
.cache
32+
3133
jsonrpctest
3234
.vscode
3335
build

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
# \____/(____/ \__/ \_)__)(__\_)(__) \___)(_) (_)
55

66
# This file is part of jsonrpc++
7-
# Copyright (C) 2017-2021 Johannes Pohl
7+
# Copyright (C) 2017-2024 Johannes Pohl
88

99
# This software may be modified and distributed under the terms
1010
# of the MIT license. See the LICENSE file for details.
1111

1212

1313
cmake_minimum_required(VERSION 3.14)
1414

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2021 Johannes Pohl
3+
Copyright (c) 2017-2024 Johannes Pohl
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

example/jsonrpcpp_example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***
22
This file is part of jsonrpc++
3-
Copyright (C) 2017-2021 Johannes Pohl
3+
Copyright (C) 2017-2024 Johannes Pohl
44
55
This software may be modified and distributed under the terms
66
of the MIT license. See the LICENSE file for details.

include/jsonrpcpp.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
_( )/ ___) / \ ( ( \( _ \( _ \ / __)( ) ( )
44
/ \) \\___ \( O )/ / ) / ) __/( (__(_ _)(_ _)
55
\____/(____/ \__/ \_)__)(__\_)(__) \___)(_) (_)
6-
version 1.3.3
6+
version 1.3.4
77
https://github.com/badaix/jsonrpcpp
88
99
This file is part of jsonrpc++
10-
Copyright (C) 2017-2021 Johannes Pohl
10+
Copyright (C) 2017-2024 Johannes Pohl
1111
1212
This software may be modified and distributed under the terms
1313
of the MIT license. See the LICENSE file for details.

0 commit comments

Comments
 (0)