Skip to content

Commit

Permalink
Release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenAR committed May 3, 2022
1 parent 024e1a6 commit 2e83952
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aman/AmanPlugIn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
str.pop_back();
#define DISPLAY_WARNING(str) DisplayUserMessage("Aman", "Warning", str, true, true, true, true, false);

AmanPlugIn::AmanPlugIn() : CPlugIn(COMPATIBILITY_CODE, "Arrival Manager", "3.1.1", "https://git.io/Jt3S8", "Open source") {
AmanPlugIn::AmanPlugIn() : CPlugIn(COMPATIBILITY_CODE, "Arrival Manager", "3.2.0", "https://git.io/Jt3S8", "Open source") {
// Find directory of this .dll
char fullPluginPath[_MAX_PATH];
GetModuleFileNameA((HINSTANCE)&__ImageBase, fullPluginPath, sizeof(fullPluginPath));
Expand Down
Binary file modified Release/Aman.dll
Binary file not shown.

0 comments on commit 2e83952

Please sign in to comment.