From 41c3589ded6c66d1f37246a98a0aa1daf19dc8af Mon Sep 17 00:00:00 2001 From: Nightkingale <63483138+Nightkingale@users.noreply.github.com> Date: Sat, 17 Jun 2023 20:08:24 -0600 Subject: [PATCH] Adjust version number for release --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index 86b4947..a3916fe 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -33,7 +33,7 @@ // Important plugin information. WUPS_PLUGIN_NAME("Wii U Time Sync"); WUPS_PLUGIN_DESCRIPTION("A plugin that synchronizes a Wii U's clock to the Internet."); -WUPS_PLUGIN_VERSION("v1.0.0"); +WUPS_PLUGIN_VERSION("v1.0.1"); WUPS_PLUGIN_AUTHOR("Nightkingale"); WUPS_PLUGIN_LICENSE("MIT");