Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Sep 11, 2022
1 parent 4a2db95 commit 8e13b6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified build/red4ext/plugins/mod_settings/mod_settings.dll
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 @@ -132,7 +132,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, 3);
aInfo->version = RED4EXT_SEMVER(0, 0, 4);
aInfo->runtime = RED4EXT_RUNTIME_LATEST;
aInfo->sdk = RED4EXT_SDK_LATEST;
}
Expand Down

0 comments on commit 8e13b6c

Please sign in to comment.