Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgamerz committed May 3, 2023
1 parent 32d4c44 commit 06ae108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LE2DebugLogger/DebugLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

#include "HookPrototypes.h"

SPI_PLUGINSIDE_SUPPORT(L"DebugLogger", L"3.0.0", L"ME3Tweaks", SPI_GAME_LE2, SPI_VERSION_LATEST);
SPI_PLUGINSIDE_SUPPORT(L"DebugLogger", L"4.0.0", L"ME3Tweaks", SPI_GAME_LE2, SPI_VERSION_LATEST);
SPI_PLUGINSIDE_PRELOAD;
SPI_PLUGINSIDE_SEQATTACH;

ME3TweaksASILogger logger("DebugLogger v3", "LE2DebugLogger.log");
ME3TweaksASILogger logger("DebugLogger v4", "LE2DebugLogger.log");

// ===========================
// Debug output from game
Expand Down

0 comments on commit 06ae108

Please sign in to comment.