Compare commits

..

1 commit

Author SHA1 Message Date
DekoKiyo
5dd1d92a15
Merge fef3284adb into 3f59781bd8 2024-07-24 18:30:59 +09:00

View file

@ -49,7 +49,7 @@
#include <gx2/surface.h> #include <gx2/surface.h>
#define INKAY_VERSION "v2.6.0" #define INKAY_VERSION "v2.5.0"
/** /**
Mandatory plugin information. Mandatory plugin information.
@ -59,7 +59,7 @@ WUPS_PLUGIN_NAME("Inkay");
WUPS_PLUGIN_DESCRIPTION("Pretendo Network Patcher"); WUPS_PLUGIN_DESCRIPTION("Pretendo Network Patcher");
WUPS_PLUGIN_VERSION(INKAY_VERSION); WUPS_PLUGIN_VERSION(INKAY_VERSION);
WUPS_PLUGIN_AUTHOR("Pretendo contributors"); WUPS_PLUGIN_AUTHOR("Pretendo contributors");
WUPS_PLUGIN_LICENSE("GPLv3"); WUPS_PLUGIN_LICENSE("ISC");
WUPS_USE_STORAGE("inkay"); WUPS_USE_STORAGE("inkay");