diff --git a/CMakeLists.txt b/CMakeLists.txt index d87b7b5..be110e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,4 +25,4 @@ endif() add_subdirectory($ENV{GEODE_SDK} $ENV{GEODE_SDK}/build) # Set up dependencies, resources, link Geode -setup_geode_mod(${PROJECT_NAME} EXTERNALS geode.node-ids:1.1.3) +setup_geode_mod(${PROJECT_NAME} EXTERNALS geode.node-ids:1.4.0) diff --git a/changelog.md b/changelog.md index 4f56588..ff7fcf2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,8 @@ # Changelog +## v4.0.0 (2024-02-11) +* Fixed demon difficulty filtering in Filtered Search +* Other bugfixes & improvements + ## v4.0.0-alpha.13 (2024-02-04) * Added Mac support * Fixed Extended Level Stats not working properly for old daily levels diff --git a/mod.json b/mod.json index d97658a..f1bd996 100644 --- a/mod.json +++ b/mod.json @@ -1,6 +1,6 @@ { - "geode": "2.0.0", - "version": "v4.0.0-alpha.13", + "geode": "2.0.0-beta.15", + "version": "v4.0.0", "gd": { "win": "2.204", "android": "2.205", @@ -14,7 +14,7 @@ "dependencies": [ { "id": "geode.node-ids", - "version": "v1.1.3", + "version": "v1.4.0", "importance": "required" } ],