From e65fc7caa2210b52a4a4ceece65f5bd6f54027d2 Mon Sep 17 00:00:00 2001 From: Kelsi Date: Tue, 5 May 2026 07:57:09 -0700 Subject: [PATCH] chore(editor): bump version to 0.2.0 (89 commits, 8.9k lines) --- tools/editor/editor_ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/editor/editor_ui.cpp b/tools/editor/editor_ui.cpp index deb2142c..b04aca05 100644 --- a/tools/editor/editor_ui.cpp +++ b/tools/editor/editor_ui.cpp @@ -225,7 +225,7 @@ void EditorUI::renderMenuBar(EditorApp& app) { ImGui::Text("Wowee World Editor"); ImGui::Text("by Kelsi Davis"); ImGui::Separator(); - ImGui::Text("Version: 0.1.0 (rough/WIP)"); + ImGui::Text("Version: 0.2.0"); ImGui::Text("Standalone world editor for creating"); ImGui::Text("custom WoW zones for the wowee client."); ImGui::Separator();