Skip to content

Commit

Permalink
fix: 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed May 31, 2024
1 parent 07f1afb commit 389695a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/changelogs/CHANGELOG.v1.4.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
QQ Version: Windows 9.9.10-24108 / Linux 3.2.7-23361

## 修复与优化
* 再次修复名片通知
* 紧急修复二维扫码问题

## 新增与调整

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "napcat",
"private": true,
"type": "module",
"version": "1.4.4",
"version": "1.4.5",
"scripts": {
"watch:dev": "vite --mode development",
"watch:prod": "vite --mode production",
Expand Down
2 changes: 1 addition & 1 deletion src/onebot11/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.4.4';
export const version = '1.4.5';
Loading

0 comments on commit 389695a

Please sign in to comment.