Skip to content

Commit 37bffe1

Browse files
committed
Push update
1 parent 8b16a93 commit 37bffe1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Library/Sources/CTRPluginFrameworkImpl/Menu/PluginMenuHome.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ namespace CTRPluginFramework {
447447

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

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

Library/Sources/CTRPluginFrameworkImpl/Menu/PluginMenuTools.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,8 @@ namespace CTRPluginFramework {
647647
static Clock clock;
648648
static bool timesup = true;
649649

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

654654
{

Library/lib/libctrpf.a

0 Bytes
Binary file not shown.

Multi-PokemonFramework.plgInfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Author: semaj14
33
Version: # Plugin version
44
Major: 1
55
Minor: 0
6-
Revision: 0
6+
Revision: 1
77

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

0 commit comments

Comments
 (0)