Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfranx committed Oct 2, 2020
1 parent b568504 commit cc899cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SHADERed/GUIManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ namespace ed {
ImGui::SetNextWindowSize(ImVec2(Settings::Instance().CalculateSize(270), Settings::Instance().CalculateSize(220)), ImGuiCond_Always);
if (ImGui::BeginPopupModal("About##main_about", 0, ImGuiWindowFlags_NoResize)) {
ImGui::TextWrapped("(C) 2020 dfranx");
ImGui::TextWrapped("Version 1.4");
ImGui::TextWrapped("Version 1.4.1");
ImGui::TextWrapped("Internal version: %d", WebAPI::InternalVersion);
ImGui::NewLine();
UIHelper::Markdown("This app is open sourced: [link](https://www.github.com/dfranx/SHADERed)");
Expand Down
2 changes: 1 addition & 1 deletion src/SHADERed/Objects/WebAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace ed {
class WebAPI {
public:
static const std::string URL;
static const int InternalVersion = 16;
static const int InternalVersion = 17;

// info that /api/search will return
struct ShaderResult
Expand Down

0 comments on commit cc899cb

Please sign in to comment.