diff --git a/package-lock.json b/package-lock.json
index 4bc3e61a4929782b95f42ae4a710d64b2816e9f6..63c99e98b7852a86db7398df2a0868323d0889db 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "koishi-decorators",
-  "version": "1.2.4",
+  "version": "1.2.5",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "koishi-decorators",
-      "version": "1.2.4",
+      "version": "1.2.5",
       "license": "MIT",
       "dependencies": {
         "@types/koa": "^2.13.4",
diff --git a/package.json b/package.json
index 348c1ccc5c550c24c0bf64b8c1211ca4072142d6..7db09a10e6b73eb59d98c94712ae8df763225a8c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "koishi-decorators",
   "description": "Decorator defs for Koishi, especially for thirdeye and nestjs.",
-  "version": "1.2.4",
+  "version": "1.2.5",
   "main": "dist/index.js",
   "types": "dist/index.d.ts",
   "scripts": {