Skip to content

Commit

Permalink
fixed the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wshito committed Feb 20, 2021
1 parent 82fe502 commit c701cd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/asciidoctor-chunker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asciidoctor-chunker",
"version": "1.0.0",
"version": "0.9.0",
"description": "Splits asciidoc book's single HTML file generated by Asciidoctor into chunks by chapters, sections, and subsections.",
"main": "index.mjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/CommandOptions.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import commander from 'commander';
*/
export const makeConfig = (argv) => {

const args = commander.version('1.0.0')
const args = commander.version('0.9')
.name('node asciidoctor-chunker.js')
.usage('<single.html> [options]')
.option('-o, --outdir <directory>',
Expand Down

0 comments on commit c701cd5

Please sign in to comment.