diff --git a/manifest.json b/manifest.json index fc83aeb..216770b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "${pluginName}", "entry": "${pluginFile}", - "version": "1.0.0-rc.1", + "version": "1.0.0", "author": "GroupMountain", "type": "native", "passive": true, diff --git a/src/Global.h b/src/Global.h index 670d035..71c5b16 100644 --- a/src/Global.h +++ b/src/Global.h @@ -13,7 +13,7 @@ using namespace gmlib::mod; #define LIB_VERSION_MAJOR 1 #define LIB_VERSION_MINOR 0 #define LIB_VERSION_PATCH 0 -#define LIB_VERSION_PRERELEASE "rc.1" +#define LIB_VERSION_PRERELEASE std::nullopt #ifdef LIB_VERSION_PRERELEASE #define LIB_VERSION ll::data::Version(LIB_VERSION_MAJOR, LIB_VERSION_MINOR, LIB_VERSION_PATCH, LIB_VERSION_PRERELEASE) diff --git a/tooth.json b/tooth.json index 5205f06..b0bd6e5 100644 --- a/tooth.json +++ b/tooth.json @@ -2,7 +2,7 @@ "format_version": 3, "format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d", "tooth": "github.com/GroupMountain/GMLIB-LegacyRemoteCallApi", - "version": "1.0.0-rc.1", + "version": "1.0.0", "info": { "name": "GMLIB-LegacyRemoteCallApi", "description": "Legacy RemoteCall API for GMLIB", @@ -20,7 +20,7 @@ "platform": "win-x64", "dependencies": { "github.com/LiteLDev/LeviLamina": ">=1.1.1", - "github.com/GroupMountain/GMLIB-Release": ">=1.0.0-rc.3" + "github.com/GroupMountain/GMLIB-Release": ">=1.0.0" }, "assets": [ {