Skip to content

Commit

Permalink
Raise version number to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Apr 23, 2020
1 parent 0d1e20f commit ea6e081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

cmake_minimum_required(VERSION 3.0.0)

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

Expand Down
2 changes: 1 addition & 1 deletion include/jsonrpcpp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_( )/ ___) / \ ( ( \( _ \( _ \ / __)( ) ( )
/ \) \\___ \( O )/ / ) / ) __/( (__(_ _)(_ _)
\____/(____/ \__/ \_)__)(__\_)(__) \___)(_) (_)
version 1.3.0
version 1.3.1
https://github.com/badaix/jsonrpcpp
This file is part of jsonrpc++
Expand Down

0 comments on commit ea6e081

Please sign in to comment.