Skip to content

Commit

Permalink
Updated the mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
SMJSGaming committed Jun 19, 2024
1 parent 52aaabb commit 6e4210e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)

project(GDIntercept VERSION 0.1.0)
project(GDIntercept VERSION 0.1.1)

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

0 comments on commit 6e4210e

Please sign in to comment.