diff --git a/.gitignore b/.gitignore index f621aec..d09b1b4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ riderModule.iml *.DotSettings.user Publish/ **/ModConfig.json +mrdx_reloaded/ diff --git a/PublishAll.ps1 b/PublishAll.ps1 index 8bb3428..926b5ac 100644 --- a/PublishAll.ps1 +++ b/PublishAll.ps1 @@ -8,7 +8,7 @@ Split-Path $MyInvocation.MyCommand.Path | Push-Location # These are kinda hard coded into the publish script for now. $InterfaceVersions = @{ BaseExtractDataBinInterface = "1.1.0"; - BaseModInterfaces = "1.0.5" + BaseModInterfaces = "1.0.6" } $AllProjects = @( diff --git a/mrdx_reloaded.r2pack b/mrdx_reloaded.r2pack index e492356..53ff2b7 100644 Binary files a/mrdx_reloaded.r2pack and b/mrdx_reloaded.r2pack differ