diff --git a/CHANGELOG.md b/CHANGELOG.md
index beb5f73..00584e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
+## 0.0.12 (2024-07-16)
+
+* fix: 更新日志错误 ([41978cc](https://github.com/a145789/sys-speed/commit/41978cc))
+
+
+
## 0.0.11 (2024-07-16)
+* v0.0.11 ([5011c55](https://github.com/a145789/sys-speed/commit/5011c55))
* chore: ci ([a2bc058](https://github.com/a145789/sys-speed/commit/a2bc058))
diff --git a/package.json b/package.json
index bc9b726..d371ddd 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "sys-speed",
"private": true,
- "version": "0.0.11",
+ "version": "0.0.12",
"type": "module",
"scripts": {
"dev": "vite",
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index aaf6ec8..5cd4375 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "sys-speed",
- "version": "0.0.11"
+ "version": "0.0.12"
},
"tauri": {
"allowlist": {