File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and 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
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ endif()
2828
2929add_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
3434set_property (TARGET ${PROJECT_NAME} PROPERTY COMPILE_WARNING_AS_ERROR ON )
Original file line number Diff line number Diff line change 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" ,
2222 "dependencies" : [
2323 {
2424 "id" : " geode.node-ids" ,
25- "version" : " >= v1.3.0" ,
25+ "version" : " v1.3.0" ,
2626 "importance" : " required"
2727 }
2828 ],
You can’t perform that action at this time.
0 commit comments