From 538fc25014a4c0ee292182b81ff8e0a4c97af0af Mon Sep 17 00:00:00 2001 From: Ash Date: Thu, 25 Jul 2024 13:20:23 +0000 Subject: [PATCH] feat(main): Version 2.6.0 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 5e2e4b7..5b199ab 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -49,7 +49,7 @@ #include -#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");