Skip to content

Commit

Permalink
Update interface version properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jroweboy committed Aug 26, 2023
1 parent 7b7db9a commit 8c910c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ riderModule.iml
*.DotSettings.user
Publish/
**/ModConfig.json
mrdx_reloaded/
2 changes: 1 addition & 1 deletion PublishAll.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @(
Expand Down
Binary file modified mrdx_reloaded.r2pack
Binary file not shown.

0 comments on commit 8c910c2

Please sign in to comment.