diff --git a/Release/Plugins/Servo.dll b/Release/Plugins/Servo.dll index ae09528..745ffab 100644 Binary files a/Release/Plugins/Servo.dll and b/Release/Plugins/Servo.dll differ diff --git a/Source/main.cpp b/Source/main.cpp index e162814..eb69bfd 100644 --- a/Source/main.cpp +++ b/Source/main.cpp @@ -603,7 +603,7 @@ __declspec(dllexport) void __stdcall CreatePluginInfo(plugininfo_t* lpBuffer) strcpy_s(g_PluginInfo->Author, sizeof(g_PluginInfo->Author), "bluekirby0 & atom0s"); g_PluginInfo->InterfaceVersion = ASHITA_INTERFACE_VERSION; - g_PluginInfo->PluginVersion = 3.01f; + g_PluginInfo->PluginVersion = 3.02f; g_PluginInfo->Priority = 0; }