From 87d842f86f869c84bcaf9c5a67ac807ac71e82ef Mon Sep 17 00:00:00 2001 From: JohnserfSeed Date: Thu, 27 Jun 2024 23:26:55 +0800 Subject: [PATCH] release: v0.0.1.6-pw2 Resolve https://github.com/Johnserf-Seed/f2/issues/103 https://github.com/Johnserf-Seed/f2/issues/102 https://github.com/Johnserf-Seed/f2/issues/99 https://github.com/Johnserf-Seed/f2/issues/98 https://github.com/Johnserf-Seed/f2/issues/88 https://github.com/Johnserf-Seed/TikTokDownload/issues/703 https://github.com/Johnserf-Seed/TikTokDownload/issues/718 # tk 403 https://github.com/Johnserf-Seed/f2/issues/95 https://github.com/Johnserf-Seed/f2/issues/79 https://github.com/Johnserf-Seed/f2/issues/78 https://github.com/Johnserf-Seed/TikTokDownload/issues/711 https://github.com/Johnserf-Seed/TikTokDownload/issues/702 --- docs/.vitepress/config.mts | 2 +- f2/__init__.py | 2 +- f2/helps.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 2e20b2be..c37464a1 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -6,7 +6,7 @@ const require = createRequire(import.meta.url) const pkg = require('vitepress/package.json') -const version = "v0.0.1.5-pw.2" +const version = "v0.0.1.6-pw.2" // https://vitepress.dev/reference/site-config export default defineConfig({ diff --git a/f2/__init__.py b/f2/__init__.py index fd6d52c2..1dedceae 100644 --- a/f2/__init__.py +++ b/f2/__init__.py @@ -1,7 +1,7 @@ # path: f2/__init__.py __author__ = "JohnserfSeed " -__version__ = "0.0.1.5" +__version__ = "0.0.1.6" __description_cn__ = "基于[red]异步[/red]的[green]全平台下载工具." __description_en__ = "[yellow]Asynchronous based [/yellow]full-platform download tool." __reponame__ = "f2" diff --git a/f2/helps.py b/f2/helps.py index b18a830c..afed0acc 100644 --- a/f2/helps.py +++ b/f2/helps.py @@ -4,7 +4,7 @@ @Description:helps.py @Date :2023/02/06 17:36:41 @Author :JohnserfSeed -@version :0.0.1.5 +@version :0.0.1.6 @License :Apache License 2.0 @Github :https://github.com/johnserf-seed @Mail :johnserf-seed@foxmail.com