Skip to content

Commit

Permalink
inc version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Sep 12, 2022
1 parent 5e83129 commit 366eb28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -376,3 +376,5 @@ FodyWeavers.xsd

red4ext/deps/*
*.zip
build/mods/ModSettings/archives/ModSettings.archive
build/mods/ModSettings/info.json
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, 4);
aInfo->version = RED4EXT_SEMVER(0, 0, 5);
aInfo->runtime = RED4EXT_RUNTIME_LATEST;
aInfo->sdk = RED4EXT_SDK_LATEST;
}
Expand Down

0 comments on commit 366eb28

Please sign in to comment.