Skip to content

Commit 62698ac

Browse files
committed
update for 1.61hf1
1 parent f688e2a commit 62698ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-512 Bytes
Binary file not shown.

src/Main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ RED4EXT_C_EXPORT bool RED4EXT_CALL Main(RED4ext::PluginHandle aHandle, RED4ext::
203203
//DisableThreadLibraryCalls(aHandle);
204204

205205
Utils::CreateLogger();
206-
spdlog::info("Starting up Input Loader v0.0.7");
206+
spdlog::info("Starting up Input Loader v0.0.8");
207207
LoadInputConfigs();
208208
break;
209209
}
@@ -221,7 +221,7 @@ RED4EXT_C_EXPORT void RED4EXT_CALL Query(RED4ext::PluginInfo* aInfo)
221221
{
222222
aInfo->name = L"Input Loader";
223223
aInfo->author = L"Jack Humbert";
224-
aInfo->version = RED4EXT_SEMVER(0, 0, 7);
224+
aInfo->version = RED4EXT_SEMVER(0, 0, 8);
225225
aInfo->runtime = RED4EXT_RUNTIME_LATEST;
226226
aInfo->sdk = RED4EXT_SDK_LATEST;
227227
}

0 commit comments

Comments
 (0)