Skip to content

Commit 49ac063

Browse files
Bumped version to 0.22.0
1 parent 2b1cd83 commit 49ac063

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
@@ -141,7 +141,7 @@ if (REFLECTCPP_USE_VCPKG)
141141
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file")
142142
endif ()
143143

144-
project(reflectcpp VERSION 0.21.0 LANGUAGES CXX)
144+
project(reflectcpp VERSION 0.22.0 LANGUAGES CXX)
145145

146146
if (PROJECT_IS_TOP_LEVEL)
147147
set(REFLECTCPP_INSTALL ON)

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.21.0",
3+
"version-string": "0.22.0",
44
"dependencies": [
55
{
66
"name": "vcpkg-cmake"

0 commit comments

Comments
 (0)