diff --git a/src/SaveTool/SaveTool.cpp b/src/SaveTool/SaveTool.cpp index 6434247..7e22809 100644 --- a/src/SaveTool/SaveTool.cpp +++ b/src/SaveTool/SaveTool.cpp @@ -410,7 +410,7 @@ void SaveTool::drawDisclaimer() { ImGui::Bullet(); ImGui::SameLine(); - ImGui::TextUnformatted("This version of the application was tested on M.A.S.S. Builder early access version 0.6.5. It may or may not work with other versions of the game."); + ImGui::TextUnformatted("This version of the application was tested on M.A.S.S. Builder early access version 0.7.6. It may or may not work with other versions of the game."); ImGui::PopTextWrapPos(); diff --git a/src/SaveTool/SaveTool_MainManager.cpp b/src/SaveTool/SaveTool_MainManager.cpp index 95f115e..e558288 100644 --- a/src/SaveTool/SaveTool_MainManager.cpp +++ b/src/SaveTool/SaveTool_MainManager.cpp @@ -306,7 +306,7 @@ void SaveTool::drawResearchInventory() { ImGui::TableSetColumnIndex(0); \ ImGui::TextUnformatted(name); \ ImGui::TableSetColumnIndex(1); \ - ImGui::TextDisabled("Unavailable as of M.A.S.S. Builder version 0.6.5"); + ImGui::TextDisabled("Unavailable as of M.A.S.S. Builder version 0.7.6"); #define matRow(name, var, getter, setter) \ ImGui::TableNextRow(); \