Skip to content

Commit

Permalink
Bumped the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SMJSGaming committed Sep 26, 2024
1 parent cc896ba commit 41e7d21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# GDIntercept Changelog

## v0.6.6-alpha.6 (2024-09-26) - Theme Docs

- Added a theme documentation page

## v0.6.3-alpha.6 (2024-09-26) - Pause Persisting

- Added a confirmation setting to persist the pause state between sessions
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreadedDLL)

project(GDIntercept VERSION 0.6.3)
project(GDIntercept VERSION 0.6.4)

file(GLOB_RECURSE SOURCES "src/*.cpp")
add_library(${PROJECT_NAME} SHARED ${SOURCES})
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "3.7.1",
"version": "v0.6.3-alpha.6",
"version": "v0.6.4-alpha.6",
"id": "smjs.gdintercept",
"name": "GDIntercept",
"api": {
Expand Down

0 comments on commit 41e7d21

Please sign in to comment.