Skip to content

Commit 7dc9a9c

Browse files
committed
upd version
1 parent 81509b0 commit 7dc9a9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ts-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abcoder-ts-parser",
3-
"version": "0.0.9",
3+
"version": "0.0.13",
44
"description": "TypeScript AST parser for UNIAST specification",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

ts-parser/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const program = new Command();
1111
program
1212
.name('abcoder-ts-parser')
1313
.description('TypeScript AST parser for UNIAST specification')
14-
.version('0.0.9');
14+
.version('0.0.13');
1515

1616
program
1717
.command('parse')

0 commit comments

Comments
 (0)