We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e85e2 commit b91fccfCopy full SHA for b91fccf
CMakeLists.txt
@@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
4
5
SET(PROJECT_VERSION_MAJOR 1)
6
SET(PROJECT_VERSION_MINOR 1)
7
-SET(PROJECT_VERSION_PATCH 5)
+SET(PROJECT_VERSION_PATCH 6)
8
9
project(ImStudio C CXX)
10
src/utils/utils.cpp
@@ -304,7 +304,7 @@ void utils::ShowAboutWindow(bool *child_about)
304
{
305
TextCentered("ImStudio");
306
ImGui::Separator();
307
- ImGui::Text("Version: 1.1.5");
+ ImGui::Text("Version: 1.1.6");
308
ImGui::Text("Source: Raais/ImStudio");
309
ImGui::Text("ImGui: 18500 (55d35d8)");
310
ImGui::Text("Fmt: 8.0.1 (d141cdb)");
0 commit comments