From 79410fb3d89f9fb9c661469e47b0573bde9bfebf Mon Sep 17 00:00:00 2001 From: w-R <953969641@qq.com> Date: Tue, 10 May 2022 18:48:24 +0800 Subject: [PATCH] 1.0.1 --- lib/setting/about_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setting/about_page.dart b/lib/setting/about_page.dart index ac8b9989..0d88b5f0 100644 --- a/lib/setting/about_page.dart +++ b/lib/setting/about_page.dart @@ -19,7 +19,7 @@ class AboutPage extends StatefulWidget { } class _AboutPage extends State { - String version = "1.0.0"; + String version = "1.0.1"; @override void initState() {