Skip to content

Commit 21005e0

Browse files
committed
gdc in changelog
1 parent f3ea360 commit 21005e0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else()
88
endif()
99
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
1010

11-
project(HorribleMenu VERSION 1.3.0)
11+
project(HorribleMenu VERSION 1.3.1)
1212

1313
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS src/*.cpp)
1414
add_library(${PROJECT_NAME} SHARED ${SOURCES})
@@ -26,5 +26,5 @@ add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)
2626
setup_geode_mod(${PROJECT_NAME})
2727

2828
CPMAddPackage("gh:dankmeme01/cue#main")
29-
CPMAddPackage("gh:CubicCommunity/gdcord#main")
29+
CPMAddPackage("gh:CubicCommunity/gdcord@1.0.0")
3030
target_link_libraries(${PROJECT_NAME} cue gdcord)

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# v1.3.1
2+
- Enhanced Discord authorization flow using [gdcord](https://github.com/CubicCommunity/gdcord) library
23
- Internal tweaks
34

45
# v1.3.0

0 commit comments

Comments
 (0)