将 package.json 版本号降级至 2.4.8

This commit is contained in:
jxxghp
2025-05-16 12:38:34 +08:00
parent 3f3c1ecd02
commit a347bdc412

View File

@@ -1,6 +1,6 @@
{
"name": "moviepilot",
"version": "2.4.9",
"version": "2.4.8",
"private": true,
"type": "module",
"bin": "dist/service.js",
@@ -113,4 +113,4 @@
"workbox-window": "^7.3.0"
},
"packageManager": "yarn@1.22.18"
}
}