Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfranx committed Sep 14, 2019
1 parent 7f35e06 commit d75484d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+ add "Show whitespace" option
+ add ScreenQuadNDC
+ add the ability to set CodeUI.Save and Project.Save to same shortcut
+ add option to stream logs
+ add option to stream logs to log.txt
+ fix some TextEditor bugs

[v1.1.4]
Expand Down
2 changes: 1 addition & 1 deletion GUIManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ namespace ed
ImGui::SetNextWindowSize(ImVec2(270 * Settings::Instance().DPIScale, 150 * Settings::Instance().DPIScale), ImGuiCond_Once);
if (ImGui::BeginPopupModal("About##main_about")) {
ImGui::TextWrapped("(C) 2019 dfranx");
ImGui::TextWrapped("Version 1.1.4");
ImGui::TextWrapped("Version 1.1.5");
ImGui::TextWrapped("Internal version: %d", UpdateChecker::MyVersion);
ImGui::NewLine();
ImGui::TextWrapped("This app is open sourced: ");
Expand Down
2 changes: 1 addition & 1 deletion Objects/UpdateChecker.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace ed
class UpdateChecker
{
public:
static const int MyVersion = 2;
static const int MyVersion = 3;

UpdateChecker();
~UpdateChecker();
Expand Down
2 changes: 1 addition & 1 deletion bin/data/settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gizmosnaptrans=0
gizmosnapscale=0
gizmosnaprota=0
propertypick=1
statusbar=1
statusbar=0
fpslimit=-1
fpslimitwholeapp=0
fpslimitlostfocus=0
Expand Down

0 comments on commit d75484d

Please sign in to comment.