更新 package.json 版本号至 2.6.6

This commit is contained in:
jxxghp
2025-07-15 14:54:49 +08:00
parent 457831536a
commit 4f233ca886
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "moviepilot", "name": "moviepilot",
"version": "2.6.5", "version": "2.6.6",
"private": true, "private": true,
"type": "module", "type": "module",
"bin": "dist/service.js", "bin": "dist/service.js",
@@ -114,4 +114,4 @@
"workbox-window": "^7.3.0" "workbox-window": "^7.3.0"
}, },
"packageManager": "yarn@1.22.18" "packageManager": "yarn@1.22.18"
} }