From 4add78c6d78aa6ccf87a5ae9c8573578fe5848b5 Mon Sep 17 00:00:00 2001 From: shenmo Date: Wed, 21 Dec 2022 16:17:19 +0000 Subject: [PATCH 1/2] update debian/changelog. Signed-off-by: shenmo --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7c121dd..6a5a705 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +spark-store (4.1.1) stable; urgency=medium + + * fix:更新失效 + +-- shenmo Fri, 30 Jan 2022 00:00:00 +0800 + spark-store (4.1.0) stable; urgency=medium * feat: 现在可以支持UOS签名包问题了 From 6d1fb80f0f54d14065419199be684a7aa606aa66 Mon Sep 17 00:00:00 2001 From: shenmo Date: Wed, 21 Dec 2022 16:17:32 +0000 Subject: [PATCH 2/2] update src/main.cpp. Signed-off-by: shenmo --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index ec0139e..465d044 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -13,7 +13,7 @@ DWIDGET_USE_NAMESPACE int main(int argc, char *argv[]) { // Get build time - static const QString version = "Version 4.1.0"; + static const QString version = "Version 4.1.1"; static const QDate buildDate = QLocale( QLocale::English ).toDate( QString(__DATE__).replace(" ", " 0"), "MMM dd yyyy"); static const QTime buildTime = QTime::fromString(__TIME__, "hh:mm:ss");