Skip to content

Commit b64c1d4

Browse files
committed
Update version for last commit changes
1 parent 59b88cf commit b64c1d4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Emscripten
22

33
on:
44
push:
5-
branches: [ em-test ]
5+
branches: [ main ]
66
pull_request:
77
branches: [ main ]
88

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

99
project(ImStudio C CXX)
1010

src/utils/utils.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,8 @@ void utils::ShowAboutWindow(bool *child_about)
304304
{
305305
TextCentered("ImStudio");
306306
ImGui::Separator();
307-
ImGui::Text("Version: 1.1.4");
307+
ImGui::Text("Version: 1.1.5");
308308
ImGui::Text("Source: Raais/ImStudio");
309-
ImGui::Text("STD: c++11");
310309
ImGui::Text("ImGui: 18500 (55d35d8)");
311310
ImGui::Text("Fmt: 8.0.1 (d141cdb)");
312311
ImGui::Separator();

0 commit comments

Comments
 (0)