Skip to content

Commit

Permalink
Push update
Browse files Browse the repository at this point in the history
  • Loading branch information
semaj14 committed Dec 26, 2022
1 parent 8b16a93 commit 37bffe1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ namespace CTRPluginFramework {

// Draw version if on default page
if (folder->name == pluginName)
Renderer::DrawString("Version: 1.0.0", 158, posY2, Color::Gray);
Renderer::DrawString("Version: 1.0.1", 158, posY2, Color::Gray);

else Renderer::DrawString("Multi-Pokemon Framework", 132, posY2, Color::Gray);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -647,8 +647,8 @@ namespace CTRPluginFramework {
static Clock clock;
static bool timesup = true;

static const char version[] = "Version: 1.0.0";
static const char compiled[] = "Compiled: December 12, 2022";
static const char version[] = "Version: 1.0.1";
static const char compiled[] = "Compiled: December 25, 2022";
const char *info[3] = {SystemModel().c_str(), InternetAccess().c_str(), CurrentTime().c_str()};

{
Expand Down
Binary file modified Library/lib/libctrpf.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Multi-PokemonFramework.plgInfo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Author: semaj14
Version: # Plugin version
Major: 1
Minor: 0
Revision: 0
Revision: 1

Targets: 0x55D00, 0x55E00, 0x11C400, 0x11C500, 0x164800, 0x175E00, 0x1B5000, 0x1B5100

Expand Down

0 comments on commit 37bffe1

Please sign in to comment.