Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfranx committed Aug 24, 2020
1 parent e0181a6 commit bf71b7b
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 @@ -22,7 +22,7 @@ extern "C" {
delete ptr;
}
FEXPORT int GetPluginAPIVersion() {
return 3;
return 4;
}
FEXPORT int GetPluginVersion() {
return 1;
Expand Down

0 comments on commit bf71b7b

Please sign in to comment.