Skip to content

Commit

Permalink
inc ver
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Nov 10, 2022
1 parent 25d6699 commit ae445b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified build/red4ext/plugins/mod_settings/mod_settings.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions src/red4ext/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RED4EXT_C_EXPORT bool RED4EXT_CALL Main(RED4ext::PluginHandle aHandle, RED4ext::
sdk = aSdk;
pluginHandle = aHandle;

aSdk->logger->Info(aHandle, "Starting up Mod Settings v0.0.8");
aSdk->logger->Info(aHandle, "Starting up Mod Settings v0.0.9");
RED4ext::RTTIRegistrator::Add(ModSettings::RegisterTypes, ModSettings::PostRegisterTypes);

while (!aSdk->hooking->Attach(aHandle, RED4EXT_OFFSET_TO_ADDR(ReleaseScriptDataAddr), &ReleaseScriptData,
Expand All @@ -135,7 +135,7 @@ RED4EXT_C_EXPORT bool RED4EXT_CALL Main(RED4ext::PluginHandle aHandle, RED4ext::
RED4EXT_C_EXPORT void RED4EXT_CALL Query(RED4ext::PluginInfo *aInfo) {
aInfo->name = L"Mod Settings";
aInfo->author = L"Jack Humbert";
aInfo->version = RED4EXT_SEMVER(0, 0, 8);
aInfo->version = RED4EXT_SEMVER(0, 0, 9);
aInfo->runtime = RED4EXT_RUNTIME_LATEST;
aInfo->sdk = RED4EXT_SDK_LATEST;
}
Expand Down

0 comments on commit ae445b8

Please sign in to comment.