Skip to content

Commit 71c22b8

Browse files
committed
Bump version to 1.5.0
1 parent ff50a2b commit 71c22b8

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.4")
6+
set(LIBENVPP_VERSION "1.5.0")
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
@@ -527,7 +527,7 @@ Libenvpp can be integrated into a cmake project (`myproject`) using the FetchCon
527527
set(LIBENVPP_INSTALL ON CACHE BOOL "" FORCE) # If installation is desired.
528528
FetchContent_Declare(libenvpp
529529
GIT_REPOSITORY https://github.com/ph3at/libenvpp.git
530-
GIT_TAG v1.4.4
530+
GIT_TAG v1.5.0
531531
)
532532
FetchContent_MakeAvailable(libenvpp)
533533

0 commit comments

Comments
 (0)