From 63deb96c65e8e05c4a4b0dd91d65eab8cbf4945b Mon Sep 17 00:00:00 2001 From: MicroBlock Date: Sat, 23 Dec 2023 01:37:26 +0800 Subject: [PATCH] fix(framework): fix update check; bump version --- src/App.cpp | 2 +- src/js-framework | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.cpp b/src/App.cpp index a51d567..82f9117 100644 --- a/src/App.cpp +++ b/src/App.cpp @@ -12,7 +12,7 @@ using namespace util; namespace fs = std::filesystem; -const std::string version = "1.3.1"; +const std::string version = "1.3.2"; extern BNString datapath; diff --git a/src/js-framework b/src/js-framework index 8a69222..887c0c6 160000 --- a/src/js-framework +++ b/src/js-framework @@ -1 +1 @@ -Subproject commit 8a6922291d820ae96390cb6062853fcde89b1b3b +Subproject commit 887c0c643e79bf6f46aa8a1740786797ca1e9ef1