Skip to content

Commit b91fccf

Browse files
committed
Update version
1 parent 09e85e2 commit b91fccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
44

55
SET(PROJECT_VERSION_MAJOR 1)
66
SET(PROJECT_VERSION_MINOR 1)
7-
SET(PROJECT_VERSION_PATCH 5)
7+
SET(PROJECT_VERSION_PATCH 6)
88

99
project(ImStudio C CXX)
1010

src/utils/utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ void utils::ShowAboutWindow(bool *child_about)
304304
{
305305
TextCentered("ImStudio");
306306
ImGui::Separator();
307-
ImGui::Text("Version: 1.1.5");
307+
ImGui::Text("Version: 1.1.6");
308308
ImGui::Text("Source: Raais/ImStudio");
309309
ImGui::Text("ImGui: 18500 (55d35d8)");
310310
ImGui::Text("Fmt: 8.0.1 (d141cdb)");

0 commit comments

Comments
 (0)