Skip to content

Commit

Permalink
v .1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlavioFS committed Feb 18, 2023
1 parent 806df83 commit 55e9a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ParsecSoda/Widgets/VersionWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bool VersionWidget::render()
ImGui::SetNextWindowSize(ImVec2(100, 32));
ImGui::Begin("##Version", (bool*)0, ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_NoBringToFrontOnFocus);
AppStyle::pushLabel();
ImGui::Text("v. 1.1.0");
ImGui::Text("v. 1.2.0");
AppStyle::pop();
ImGui::End();

Expand Down

0 comments on commit 55e9a75

Please sign in to comment.