mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-18 03:27:03 +02:00
feat(main): Version 2.6.0
This commit is contained in:
parent
3f59781bd8
commit
538fc25014
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
#include <gx2/surface.h>
|
||||
|
||||
#define INKAY_VERSION "v2.5.0"
|
||||
#define INKAY_VERSION "v2.6.0"
|
||||
|
||||
/**
|
||||
Mandatory plugin information.
|
||||
|
|
@ -59,7 +59,7 @@ WUPS_PLUGIN_NAME("Inkay");
|
|||
WUPS_PLUGIN_DESCRIPTION("Pretendo Network Patcher");
|
||||
WUPS_PLUGIN_VERSION(INKAY_VERSION);
|
||||
WUPS_PLUGIN_AUTHOR("Pretendo contributors");
|
||||
WUPS_PLUGIN_LICENSE("ISC");
|
||||
WUPS_PLUGIN_LICENSE("GPLv3");
|
||||
|
||||
WUPS_USE_STORAGE("inkay");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue