Skip to content

Commit

Permalink
chore: bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarrow committed Apr 2, 2024
1 parent ccf3769 commit b0670d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HokakuCTR.plgInfo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Author: PretendoNetwork
Version: # Plugin version
Major: 1
Minor: 0
Revision: 2
Revision: 3

Targets: # Low TitleId of games which are compatibles with this plugin (empty for all)

Expand Down
2 changes: 1 addition & 1 deletion Sources/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ namespace CTRPluginFramework
// This function is called after the game starts executing and CTRPF is ready.
int main(void)
{
OSD::Notify("HokakuCTR v1.0.2");
OSD::Notify("HokakuCTR v1.0.3");

if (sendFuncAddr) {
OSD::Notify(Utils::Format("Send RMC Addr: 0x%08X", sendFuncAddr));
Expand Down

0 comments on commit b0670d7

Please sign in to comment.