diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index c50796c..bd394da 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_policy(SET CMP0135 NEW) endif() project(CLIPPy - VERSION 0.5.3 + VERSION 0.5.5 DESCRIPTION "Command Line Interface Plus Python" LANGUAGES CXX) @@ -74,7 +74,7 @@ set(Boost_INCLUDE_DIR ${boost_SOURCE_DIR}) FetchContent_Declare(jsonlogic GIT_REPOSITORY ${JSONLOGIC_FETCH_GIT} - GIT_TAG v0.2.4 + GIT_TAG v0.2.5 SOURCE_SUBDIR cpp ) # set(jsonlogic_INCLUDE_DIR ${jsonlogic_SOURCE_DIR}/cpp/include/jsonlogic) diff --git a/cpp/include/clippy/version.hpp b/cpp/include/clippy/version.hpp index a203491..380d4e2 100644 --- a/cpp/include/clippy/version.hpp +++ b/cpp/include/clippy/version.hpp @@ -2,5 +2,5 @@ #define CLIPPY_VERSION_MAJOR 0 #define CLIPPY_VERSION_MINOR 5 -#define CLIPPY_VERSION_PATCH 1 -#define CLIPPY_VERSION_NAME "0.5.1" +#define CLIPPY_VERSION_PATCH 5 +#define CLIPPY_VERSION_NAME "0.5.5" diff --git a/py/requirements.txt b/py/requirements.txt index ae845da..cb28686 100644 --- a/py/requirements.txt +++ b/py/requirements.txt @@ -1,2 +1,2 @@ semver >= 3.0 -jsonlogic-py == 0.2.4 +jsonlogic-py == 0.2.5 diff --git a/py/src/clippy/VERSION b/py/src/clippy/VERSION index 7d85683..d1d899f 100644 --- a/py/src/clippy/VERSION +++ b/py/src/clippy/VERSION @@ -1 +1 @@ -0.5.4 +0.5.5