Skip to content

Commit

Permalink
update plugin version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Jampi0n committed Jan 5, 2022
1 parent e72b7e8 commit 745bef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SKSE Plugin/Solution/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern "C" {
SKSEPluginVersionData SKSEPlugin_Version =
{
SKSEPluginVersionData::kVersion,
1,
3,
MOD_NAME,
"Jampion",
"",
Expand Down Expand Up @@ -73,7 +73,7 @@ extern "C" {
// populate info structure
info->infoVersion = PluginInfo::kInfoVersion;
info->name = MOD_NAME;
info->version = 1;
info->version = 3;

// store plugin handle so we can identify ourselves later
g_pluginHandle = skse->GetPluginHandle();
Expand Down

0 comments on commit 745bef3

Please sign in to comment.