diff --git a/CMakeLists.txt b/CMakeLists.txt index 07b2431..9feac72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16) cmake_policy(SET CMP0091 NEW) # MSVC_RUNTIME_LIBRARY project(libenvpp LANGUAGES CXX) -set(LIBENVPP_VERSION "1.4.3") +set(LIBENVPP_VERSION "1.4.4") set_property(GLOBAL PROPERTY USE_FOLDERS ON) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) diff --git a/README.md b/README.md index cf535e0..a48f3fb 100644 --- a/README.md +++ b/README.md @@ -528,7 +528,7 @@ Libenvpp can be integrated into a cmake project (`myproject`) using the FetchCon set(LIBENVPP_INSTALL ON CACHE BOOL "" FORCE) # If installation is desired. FetchContent_Declare(libenvpp GIT_REPOSITORY https://github.com/ph3at/libenvpp.git - GIT_TAG v1.4.3 + GIT_TAG v1.4.4 ) FetchContent_MakeAvailable(libenvpp)