Skip to content

Commit

Permalink
Updated the mod version info
Browse files Browse the repository at this point in the history
  • Loading branch information
SMJSGaming committed Jun 20, 2024
1 parent 5743371 commit 62de884
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# GDIntercept Changelog

## v0.1.2-alpha.3 (2024-06-20) - Bugfix Update

- Fixed some bugs with the parsing of the response data
- Fixed some UI bugs
- Added better MacOS support

## v0.1.1-alpha.2 (2024-06-20) - Compatibility Update

- Made the mod compatible with other mods on the menu layer
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")

project(GDIntercept VERSION 0.1.1)
project(GDIntercept VERSION 0.1.2)

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.0.0-beta.2",
"version": "v0.1.1-alpha.1",
"version": "v0.1.2-alpha.1",
"id": "smjs.gdintercept",
"name": "GDIntercept",
"developers": [
Expand Down

0 comments on commit 62de884

Please sign in to comment.