Skip to content

Commit

Permalink
replace with 4.1.0, update result and matjson
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Dec 3, 2024
1 parent 6faa7ba commit f535f0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Geode Changelog

## v4.0.2
## v4.1.0
* Allow passing pointers to `getChildByType`, `CCArrayExt`, `CCDictExt` (b956596)
* Add `getHighestChildZ` crash fix (24189b1)
* Add Greek and German to Windows installer (bff6324, f7559ec)
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ if (ANDROID)
endif()

set(MAT_JSON_AS_INTERFACE ON)
CPMAddPackage("gh:geode-sdk/[email protected].0")
CPMAddPackage("gh:geode-sdk/[email protected].2")
CPMAddPackage("gh:geode-sdk/[email protected].1")
CPMAddPackage("gh:geode-sdk/[email protected].3")
CPMAddPackage("gh:fmtlib/fmt#11.0.2")

target_compile_definitions(${PROJECT_NAME} INTERFACE MAT_JSON_DYNAMIC=1)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.2
4.1.0

0 comments on commit f535f0a

Please sign in to comment.