Skip to content

Commit

Permalink
Target specific Node-IDs version
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettDev committed Feb 7, 2024
1 parent 8e3e311 commit 3191c80
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.6.1-beta.3] - 2024-02-07

### Changed

- No longer target any Node-IDs version because that's broken. Instead, target v1.3.0

## [1.6.1-beta.2] - 2024-02-07

### Changed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ endif()

add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)

setup_geode_mod(${PROJECT_NAME})
setup_geode_mod(${PROJECT_NAME} EXTERNALS geode.node-ids:1.3.0)

# Warnings as errors
set_property(TARGET ${PROJECT_NAME} PROPERTY COMPILE_WARNING_AS_ERROR ON)
Expand Down
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"win": "2.204",
"android": "2.205"
},
"version": "v1.6.1-beta.2",
"version": "v1.6.1-beta.3",
"id": "spaghettdev.gd-roulette",
"name": "GD-Roulette",
"developer": "SpaghettDev",
Expand All @@ -22,7 +22,7 @@
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.3.0",
"version": "v1.3.0",
"importance": "required"
}
],
Expand Down

0 comments on commit 3191c80

Please sign in to comment.