Skip to content

Commit

Permalink
Prepare 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ksw2000 committed Feb 1, 2023
1 parent 3f0f3e4 commit a9dd33d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import commander from 'commander'
import path from 'path'
import { Convert } from './converter'

commander.program.version('0.0.4', '-v, --version', 'output the current version')
commander.program.version('0.0.6', '-v, --version', 'output the current version')
commander.program
.requiredOption('-s, --source <files_or_dirs...>', 'specify the input markdown files or directories')
.addOption(new commander.Option('-d, --destination <path>', 'specify the output directory').default('./output', './output'))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hackmd-to-html-cli",
"version": "0.0.5",
"version": "0.0.6",
"description": "A cli tool converts hackmd to html",
"keywords": [
"hackmd",
Expand Down

0 comments on commit a9dd33d

Please sign in to comment.