Skip to content

Commit

Permalink
bump version to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Feb 11, 2024
1 parent 2277967 commit cfba961
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## <cg>v4.0.0</c> (2024-02-11)
* Fixed demon difficulty filtering in Filtered Search
* Other bugfixes & improvements

## <cg>v4.0.0-alpha.13</c> (2024-02-04)
* Added Mac support
* Fixed Extended Level Stats not working properly for old daily levels
Expand Down
6 changes: 3 additions & 3 deletions mod.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -14,7 +14,7 @@
"dependencies": [
{
"id": "geode.node-ids",
"version": "v1.1.3",
"version": "v1.4.0",
"importance": "required"
}
],
Expand Down

0 comments on commit cfba961

Please sign in to comment.