Skip to content

Commit

Permalink
bump version to beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Nov 27, 2024
1 parent 90030d0 commit 69b162f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,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.17.0 cvolton.misc_bugfixes:1.1.3)
setup_geode_mod(${PROJECT_NAME} EXTERNALS geode.node-ids:1.18.0 cvolton.misc_bugfixes:1.1.3)
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "4.0.1",
"version": "v4.3.0-beta.3",
"version": "v4.3.0-beta.4",
"gd": {
"win": "2.2074",
"android": "2.2074",
Expand All @@ -23,7 +23,7 @@
"dependencies": [
{
"id": "geode.node-ids",
"version": "v1.17.0",
"version": "v1.18.0",
"importance": "required"
},
{
Expand Down

0 comments on commit 69b162f

Please sign in to comment.