Skip to content

Commit

Permalink
Update API version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfranx committed Apr 17, 2020
1 parent f3d1ba9 commit b32d2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extern "C" {
delete ptr;
}
FEXPORT int GetPluginAPIVersion() {
return 1;
return 2;
}
FEXPORT int GetPluginVersion() {
return 1;
Expand Down

0 comments on commit b32d2cb

Please sign in to comment.