From d64b6b97db5bba708fbe81e32655dc0e5e00b7da Mon Sep 17 00:00:00 2001 From: zkitefly <2573874409@qq.com> Date: Fri, 3 May 2024 15:29:53 +0000 Subject: [PATCH] update --- installer-gitee.py | 2 +- installer.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer-gitee.py b/installer-gitee.py index cda6d62..2586d32 100644 --- a/installer-gitee.py +++ b/installer-gitee.py @@ -53,7 +53,7 @@ def fetch_versions(): # 创建主窗口 root = tk.Tk() -root.title("unlisted-versions-of-minecraft 版本下载器 - v1.2") +root.title("unlisted-versions-of-minecraft 版本下载器 - v1.3") # 创建下载路径输入框和按钮 export_frame = ttk.Frame(root) diff --git a/installer.py b/installer.py index ea10c17..64478cb 100644 --- a/installer.py +++ b/installer.py @@ -53,7 +53,7 @@ def fetch_versions(): # 创建主窗口 root = tk.Tk() -root.title("unlisted-versions-of-minecraft 版本下载器 - v1.2") +root.title("unlisted-versions-of-minecraft 版本下载器 - v1.3") # 创建下载路径输入框和按钮 export_frame = ttk.Frame(root)