diff --git a/.gitignore b/.gitignore index 103a106..ada3e92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ dist/ node_modules/ -logs/ \ No newline at end of file +logs/ +.vercel diff --git a/package.json b/package.json index 86fa86a..8a71d6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kimi-free-api", - "version": "0.0.24", + "version": "0.0.25", "description": "Kimi Free API Server", "type": "module", "main": "dist/index.js",