Skip to content

Commit 3191c80

Browse files
committed
Target specific Node-IDs version
1 parent 8e3e311 commit 3191c80

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.6.1-beta.3] - 2024-02-07
9+
10+
### Changed
11+
12+
- No longer target any Node-IDs version because that's broken. Instead, target v1.3.0
13+
814
## [1.6.1-beta.2] - 2024-02-07
915

1016
### Changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif()
2828

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

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

3333
# Warnings as errors
3434
set_property(TARGET ${PROJECT_NAME} PROPERTY COMPILE_WARNING_AS_ERROR ON)

mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"win": "2.204",
55
"android": "2.205"
66
},
7-
"version": "v1.6.1-beta.2",
7+
"version": "v1.6.1-beta.3",
88
"id": "spaghettdev.gd-roulette",
99
"name": "GD-Roulette",
1010
"developer": "SpaghettDev",
@@ -22,7 +22,7 @@
2222
"dependencies": [
2323
{
2424
"id": "geode.node-ids",
25-
"version": ">=v1.3.0",
25+
"version": "v1.3.0",
2626
"importance": "required"
2727
}
2828
],

0 commit comments

Comments
 (0)