From 6e4210e9916b41965800f8a3e30ed45bef92eba0 Mon Sep 17 00:00:00 2001 From: SMJSGaming Date: Wed, 19 Jun 2024 18:51:26 +0200 Subject: [PATCH] Updated the mod version --- CMakeLists.txt | 2 +- mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c33883e..e35d73b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/mod.json b/mod.json index 84f95b5..6420592 100644 --- a/mod.json +++ b/mod.json @@ -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": [