Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
ForgQi committed May 20, 2024
1 parent 58833f1 commit b20ad78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion biliup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import platform
import sys

__version__ = "0.4.63"
__version__ = "0.4.64"

LOG_CONF = {
'version': 1,
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Getting Started"
title = "使用指南"
description = "Quick start and guides for installing the AdiDoks theme on your preferred operating system."
date = 2025-05-01T08:00:00+00:00
updated = 2021-05-01T08:00:00+00:00
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Before using the biliup, you need to install the [python](https://www.python.org

```bash
pipx install biliup
biliup --http
biliup
```

Visit `http://127.0.0.1:19159/` in the browser.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/guide/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "使用指南"
title = "Getting Started"
description = "Quick start and guides for installing the AdiDoks theme on your preferred operating system."
date = 2025-05-01T08:00:00+00:00
updated = 2021-05-01T08:00:00+00:00
Expand Down

0 comments on commit b20ad78

Please sign in to comment.