We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540e30a commit 268eeb5Copy full SHA for 268eeb5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zhankai",
3
- "version": "1.5.2",
+ "version": "1.5.3",
4
"description": "CLI tool for exporting repository content into a structured markdown file for LLM processing",
5
"main": "dist/index.js",
6
"bin": {
src/config/version.ts
@@ -2,4 +2,4 @@
* Application version - kept in sync with package.json
* Update this number when you release a new version
*/
-export const VERSION = "1.5.2";
+export const VERSION = "1.5.3";
0 commit comments