diff --git a/CMakeLists.txt b/CMakeLists.txt index 92b35e7..e4eff9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ if(GVOX_ENABLE_TESTS) list(APPEND VCPKG_MANIFEST_FEATURES "tests") endif() -project(gvox VERSION 1.1.0) +project(gvox VERSION 1.2.0) if(GVOX_ENABLE_STATIC_ANALYSIS) set(CPPCHECK_TEMPLATE "gcc") diff --git a/vcpkg.json b/vcpkg.json index 482fb39..0feb88d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "gvox", - "version-semver": "1.1.0", + "version-semver": "1.2.0", "description": "GVOX Voxel Format Library", "homepage": "https://github.com/GabeRundlett/gvox", "features": {