Skip to content

Commit

Permalink
update ver
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Jul 23, 2022
1 parent d79e5eb commit 80038dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/red4ext/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,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"In-World Navigation";
aInfo->author = L"Jack Humbert";
aInfo->version = RED4EXT_SEMVER(0, 0, 2);
aInfo->version = RED4EXT_SEMVER(0, 0, 3);
aInfo->runtime = RED4EXT_RUNTIME_LATEST;
aInfo->sdk = RED4EXT_SDK_LATEST;
}
Expand Down

0 comments on commit 80038dc

Please sign in to comment.