From 1d9b131bfd1cd425ab3b5263e955cfe16b7c1825 Mon Sep 17 00:00:00 2001 From: zhiyiYo <1319158137@qq.com> Date: Sat, 22 Feb 2025 16:13:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BA=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Fluent-M3U8.iss | 2 +- app/common/setting.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Fluent-M3U8.iss b/Fluent-M3U8.iss index 9a9ddff..743cad8 100644 --- a/Fluent-M3U8.iss +++ b/Fluent-M3U8.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Fluent M3U8" -#define MyAppVersion "0.6.0" +#define MyAppVersion "0.7.0" #define MyAppPublisher "Shokokawaii, Inc." #define MyAppURL "https://fluent-m3u8.org" #define MyAppExeName "Fluent-M3U8.exe" diff --git a/app/common/setting.py b/app/common/setting.py index 1a41f2a..79c1ee8 100644 --- a/app/common/setting.py +++ b/app/common/setting.py @@ -9,7 +9,7 @@ YEAR = 2025 AUTHOR = "zhiyiYo" -VERSION = "0.6.0" +VERSION = "0.7.0" APP_NAME = "Fluent-M3U8" HELP_URL = "https://fluent-m3u8.org" REPO_URL = "https://github.com/zhiyiYo/Fluent-M3U8"