Skip to content

Commit a70b4ec

Browse files
Bumped version to 0.19.0 (#406)
1 parent d675bfa commit a70b4ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if (REFLECTCPP_USE_VCPKG)
6464
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file")
6565
endif ()
6666

67-
project(reflectcpp VERSION 0.17.0 LANGUAGES CXX)
67+
project(reflectcpp VERSION 0.19.0 LANGUAGES CXX)
6868

6969
if (REFLECTCPP_BUILD_SHARED)
7070
add_library(reflectcpp SHARED)

reflectcpp-config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if (REFLECTCPP_MSGPACK)
4444
endif()
4545

4646
if (REFLECTCPP_TOML)
47-
find_dependency(toml11)
47+
find_dependency(tomlplusplus)
4848
endif()
4949

5050
if (REFLECTCPP_XML)

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reflectcpp",
3-
"version-string": "0.17.0",
3+
"version-string": "0.19.0",
44
"builtin-baseline": "cd124b84feb0c02a24a2d90981e8358fdee0e077",
55
"dependencies": [
66
{

0 commit comments

Comments
 (0)