Skip to content

Commit 3dfcbd4

Browse files
committed
Update version for last commit changes
1 parent a45bf9c commit 3dfcbd4

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 2)
7+
SET(PROJECT_VERSION_PATCH 3)
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
@@ -255,7 +255,7 @@ void utils::ShowAboutWindow(bool *child_about)
255255
{
256256
TextCentered("ImStudio");
257257
ImGui::Separator();
258-
ImGui::Text("Version: 1.1.2");
258+
ImGui::Text("Version: 1.1.3");
259259
ImGui::Text("Source: Raais/ImStudio");
260260
ImGui::Text("STD: c++11");
261261
ImGui::Text("ImGui: 18500 (55d35d8)");

0 commit comments

Comments
 (0)