Skip to content

Commit 268eeb5

Browse files
authored
Fix version tracking (#37)
fix version
1 parent 540e30a commit 268eeb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zhankai",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "CLI tool for exporting repository content into a structured markdown file for LLM processing",
55
"main": "dist/index.js",
66
"bin": {

src/config/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Application version - kept in sync with package.json
33
* Update this number when you release a new version
44
*/
5-
export const VERSION = "1.5.2";
5+
export const VERSION = "1.5.3";

0 commit comments

Comments
 (0)