diff --git a/CMakeLists.txt b/CMakeLists.txt index 251fcb4..76b769a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.20) -project(hyperion_mpl LANGUAGES CXX VERSION 0.8.5) +project(hyperion_mpl LANGUAGES CXX VERSION 0.8.6) include(CTest) @@ -24,7 +24,7 @@ endif() if(${HYPERION_USE_FETCH_CONTENT}) FetchContent_Declare(hyperion_platform GIT_REPOSITORY "https://github.com/braxtons12/hyperion_platform" - GIT_TAG "v0.5.2" + GIT_TAG "v0.5.3" SYSTEM ) FetchContent_MakeAvailable(hyperion_platform) diff --git a/xmake.lua b/xmake.lua index fb7c7e2..73a1ee4 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,6 +1,6 @@ ---@diagnostic disable: undefined-global,undefined-field set_project("hyperion_mpl") -set_version("0.8.5") +set_version("0.8.6") set_xmakever("2.8.7")