Skip to content

Commit

Permalink
properly set the darn version number this time
Browse files Browse the repository at this point in the history
  • Loading branch information
r-neal-kelly committed May 16, 2021
1 parent 7f8ef7a commit c3d2a4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified SKSE/Plugins/doticu_skypal.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/Plugins/doticu_skypal/src/consts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ namespace doticu_skypal {

const Version_t<u16> Consts_t::SKSE::Minimum_Version() { DEFINE_VERSION(u16, 2, 0, 17); }

const Version_t<u16> Consts_t::SkyPal::Current_Version() { DEFINE_VERSION(u16, 1, 0, 2); }
const Version_t<u16> Consts_t::SkyPal::Current_Version() { DEFINE_VERSION(u16, 1, 0, 3); }

}

0 comments on commit c3d2a4a

Please sign in to comment.