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"