Skip to content

Commit d75484d

Browse files
committed
Bump version
1 parent 7f35e06 commit d75484d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
+ add "Show whitespace" option
55
+ add ScreenQuadNDC
66
+ add the ability to set CodeUI.Save and Project.Save to same shortcut
7-
+ add option to stream logs
7+
+ add option to stream logs to log.txt
88
+ fix some TextEditor bugs
99

1010
[v1.1.4]

GUIManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ namespace ed
797797
ImGui::SetNextWindowSize(ImVec2(270 * Settings::Instance().DPIScale, 150 * Settings::Instance().DPIScale), ImGuiCond_Once);
798798
if (ImGui::BeginPopupModal("About##main_about")) {
799799
ImGui::TextWrapped("(C) 2019 dfranx");
800-
ImGui::TextWrapped("Version 1.1.4");
800+
ImGui::TextWrapped("Version 1.1.5");
801801
ImGui::TextWrapped("Internal version: %d", UpdateChecker::MyVersion);
802802
ImGui::NewLine();
803803
ImGui::TextWrapped("This app is open sourced: ");

Objects/UpdateChecker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace ed
77
class UpdateChecker
88
{
99
public:
10-
static const int MyVersion = 2;
10+
static const int MyVersion = 3;
1111

1212
UpdateChecker();
1313
~UpdateChecker();

bin/data/settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gizmosnaptrans=0
3131
gizmosnapscale=0
3232
gizmosnaprota=0
3333
propertypick=1
34-
statusbar=1
34+
statusbar=0
3535
fpslimit=-1
3636
fpslimitwholeapp=0
3737
fpslimitlostfocus=0

0 commit comments

Comments
 (0)