From 2f8c9b5f8a3f860b3249c955c064f353c74fc8e2 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 17 Jul 2022 16:02:06 +0300 Subject: [PATCH] waver v1.5.3 : bump version due to new Android release --- examples/waver/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/waver/common.cpp b/examples/waver/common.cpp index 8f45fd8..ac728c9 100644 --- a/examples/waver/common.cpp +++ b/examples/waver/common.cpp @@ -1068,7 +1068,7 @@ void renderMain() { if (windowId == WindowId::Settings) { ImGui::BeginChild("Settings:main", ImGui::GetContentRegionAvail(), true, ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoScrollWithMouse); - ImGui::Text("Waver v1.5.2"); + ImGui::Text("Waver v1.5.3"); ImGui::Separator(); ImGui::Text("%s", "");