From 3daf6390aaa25863bfab20000eb3929d961343a8 Mon Sep 17 00:00:00 2001 From: GhostenEditor <> Date: Wed, 6 Nov 2024 20:43:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E4=B9=8Bv1.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/const.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/const.dart b/lib/const.dart index b538ff0..0777f97 100644 --- a/lib/const.dart +++ b/lib/const.dart @@ -8,5 +8,5 @@ const headerUserAgent = 'User-Agent'; const assetsLogo = 'assets/images/logo.png'; const assetsNoData = 'assets/images/no data.png'; const appName = 'Ghosten Player'; -const appVersion = '1.0.1'; +const appVersion = '1.0.2'; const double kQrSize = 240;