We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0bd28 commit bdd0c82Copy full SHA for bdd0c82
Library/Sources/CTRPluginFrameworkImpl/Menu/PluginMenuHome.cpp
@@ -447,7 +447,7 @@ namespace CTRPluginFramework {
447
448
// Draw version if on default page
449
if (folder->name == pluginName)
450
- Renderer::DrawString("Version: 1.0.1", 158, posY2, Color::Gray);
+ Renderer::DrawString("Version: 1.0.2", 158, posY2, Color::Gray);
451
452
else Renderer::DrawString("Multi-Pokemon Framework", 132, posY2, Color::Gray);
453
0 commit comments