diff --git a/apps/photo_upgrader/meta.xml b/apps/photo_upgrader/meta.xml index 90a0914..00a6367 100644 --- a/apps/photo_upgrader/meta.xml +++ b/apps/photo_upgrader/meta.xml @@ -1,7 +1,7 @@ photo_upgrader - 1.1.1 + 1.1.2 thepikachugamer Photo Channel 1.1 Installer diff --git a/source/main.c b/source/main.c index 3b78437..6f6b244 100644 --- a/source/main.c +++ b/source/main.c @@ -10,7 +10,7 @@ #include "network.h" #include "nus.h" -#define VERSION "1.1.0" +#define VERSION "1.1.2" __attribute__((weak, format(printf, 1, 2))) void OSReport(const char* fmt, ...) {}