Skip to content

Commit 6199003

Browse files
authored
Update version info
1 parent 9201ecd commit 6199003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const Crawler = require('./crawler');
44

55
const program = new Command();
66

7-
program.version('1.0.1');
7+
program.version('1.0.2');
88
program.option('-u, --username <username>', 'velog 유저이름');
99
program.option('-d, --delay <ms>', '요청 딜레이 시간')
1010
program.option('-c, --cert <access_token>', 'velog 유저 access_token')

0 commit comments

Comments
 (0)