Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Feb 2, 2023
1 parent 62698ac commit 998d385
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified build/red4ext/plugins/input_loader/input_loader.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ RED4EXT_C_EXPORT bool RED4EXT_CALL Main(RED4ext::PluginHandle aHandle, RED4ext::
//DisableThreadLibraryCalls(aHandle);

Utils::CreateLogger();
spdlog::info("Starting up Input Loader v0.0.8");
spdlog::info("Starting up Input Loader v0.0.9");
LoadInputConfigs();
break;
}
Expand All @@ -221,7 +221,7 @@ RED4EXT_C_EXPORT void RED4EXT_CALL Query(RED4ext::PluginInfo* aInfo)
{
aInfo->name = L"Input Loader";
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 998d385

Please sign in to comment.