Skip to content

Commit 12fd5bc

Browse files
committed
Update version for last commit changes
1 parent 190fd26 commit 12fd5bc

File tree

3 files changed

+2
-2
lines changed

3 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 3)
7+
SET(PROJECT_VERSION_PATCH 4)
88

99
project(ImStudio C CXX)
1010

File renamed without changes.

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.3");
258+
ImGui::Text("Version: 1.1.4");
259259
ImGui::Text("Source: Raais/ImStudio");
260260
ImGui::Text("STD: c++11");
261261
ImGui::Text("ImGui: 18500 (55d35d8)");

0 commit comments

Comments
 (0)