Skip to content

Commit

Permalink
Version bump (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
tushuhei authored Dec 2, 2021
1 parent 5b73d50 commit 6ffa1ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "budoux",
"version": "0.0.1",
"version": "0.0.3",
"description": "A small chunk segmenter.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion javascript/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const cli = (argv: string[]) => {
.option('-m, --model <json>', 'custom model file path')
.argument('[txt]', 'text');

program.version('0.0.1');
program.version('0.0.3');

program.parse(argv);

Expand Down

0 comments on commit 6ffa1ef

Please sign in to comment.