Skip to content

Commit 2c4a4cd

Browse files
authored
Merge-build: v2.8.4
2 parents d76f0cf + e91c4af commit 2c4a4cd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {defineConfig} from 'vitepress';
22

33

4-
const version = `v2.8.3`
4+
const version = `v2.8.4`
55

66
// https://vitepress.dev/reference/site-config
77
// @ts-ignore

docs/changelog/history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🕑 更新历史
22

3-
## ~~`v2.8.1`~~ `v2.8.3`
3+
## ~~`v2.8.1`~~ `v2.8.4`
44

55
### 🎁 Features
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ComicGUISpider"
3-
version = "2.8.3"
3+
version = "2.8.4"
44
description = "GUI Comic Downloader"
55
readme = "README.md"
66
requires-python = ">=3.12,<3.14"

variables/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33
from assets import res
44

5-
VER = "v2.8.3"
5+
VER = "v2.8.4"
66

77
LANG = {
88
"en_US": "English",

0 commit comments

Comments
 (0)