diff --git a/Aman/AmanPlugIn.cpp b/Aman/AmanPlugIn.cpp index 4e79271..3e7cffe 100644 --- a/Aman/AmanPlugIn.cpp +++ b/Aman/AmanPlugIn.cpp @@ -26,7 +26,7 @@ str.pop_back(); #define DISPLAY_WARNING(str) DisplayUserMessage("Aman", "Warning", str, true, true, true, true, false); -AmanPlugIn::AmanPlugIn() : CPlugIn(COMPATIBILITY_CODE, "Arrival Manager", "2.0.1", "https://git.io/Jt3S8", "Open source") { +AmanPlugIn::AmanPlugIn() : CPlugIn(COMPATIBILITY_CODE, "Arrival Manager", "2.1.0", "https://git.io/Jt3S8", "Open source") { // Find directory of this .dll char fullPluginPath[_MAX_PATH]; GetModuleFileNameA((HINSTANCE)&__ImageBase, fullPluginPath, sizeof(fullPluginPath)); diff --git a/Release/Aman.dll b/Release/Aman.dll index 50283c1..bc7e200 100644 Binary files a/Release/Aman.dll and b/Release/Aman.dll differ