Skip to content

Commit c77088b

Browse files
committed
Release v2.0.0
1 parent 847b275 commit c77088b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Aman/AmanPlugIn.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
str.pop_back();
2727
#define DISPLAY_WARNING(str) DisplayUserMessage("Aman", "Warning", str, true, true, true, true, false);
2828

29-
AmanPlugIn::AmanPlugIn() : CPlugIn(COMPATIBILITY_CODE, "Arrival Manager", "2.0.0-beta", "https://git.io/Jt3S8", "Open source") {
29+
AmanPlugIn::AmanPlugIn() : CPlugIn(COMPATIBILITY_CODE, "Arrival Manager", "2.0.0", "https://git.io/Jt3S8", "Open source") {
3030
// Find directory of this .dll
3131
char fullPluginPath[_MAX_PATH];
3232
GetModuleFileNameA((HINSTANCE)&__ImageBase, fullPluginPath, sizeof(fullPluginPath));

Release/Aman.dll

1 KB
Binary file not shown.

0 commit comments

Comments
 (0)