Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenAR committed Jun 14, 2021
1 parent 53d2e9b commit 62d9150
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.0.1", "https://git.io/Jt3S8", "Open source") {
AmanPlugIn::AmanPlugIn() : CPlugIn(COMPATIBILITY_CODE, "Arrival Manager", "3.0.2", "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 62d9150

Please sign in to comment.