Skip to content

Commit

Permalink
Update hyperion_platform to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
braxtons12 committed Sep 26, 2024
1 parent 3abfcb8 commit 7d96a1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
@@ -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")

Expand Down

0 comments on commit 7d96a1a

Please sign in to comment.