Skip to content

Commit b02a3fd

Browse files
committed
Bump version to 1.4.4
1 parent 6bef742 commit b02a3fd

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
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
33
cmake_policy(SET CMP0091 NEW) # MSVC_RUNTIME_LIBRARY
44

55
project(libenvpp LANGUAGES CXX)
6-
set(LIBENVPP_VERSION "1.4.3")
6+
set(LIBENVPP_VERSION "1.4.4")
77
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
88
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ Libenvpp can be integrated into a cmake project (`myproject`) using the FetchCon
528528
set(LIBENVPP_INSTALL ON CACHE BOOL "" FORCE) # If installation is desired.
529529
FetchContent_Declare(libenvpp
530530
GIT_REPOSITORY https://github.com/ph3at/libenvpp.git
531-
GIT_TAG v1.4.3
531+
GIT_TAG v1.4.4
532532
)
533533
FetchContent_MakeAvailable(libenvpp)
534534

0 commit comments

Comments
 (0)