Skip to content

Commit

Permalink
release: v0.0.1.6-pw2
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnserf-Seed committed Jun 27, 2024
1 parent 82a5a47 commit 87d842f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
2 changes: 1 addition & 1 deletion f2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# path: f2/__init__.py

__author__ = "JohnserfSeed <johnserf-seed@foxmail.com>"
__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"
Expand Down
2 changes: 1 addition & 1 deletion f2/helps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87d842f

Please sign in to comment.