Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yumetodo committed Mar 7, 2020
1 parent 8960e8b commit 364a453
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if (token == null) {
console.error("Fail to find QIITA_ACCESS_TOKEN env");
} else {
program
.version("1.3.1")
.version("1.4.0")
.option("-u, --user-id <id>", "user id")
.option("-o, --output <file>", "Write output to <file> instead of current directory.")
.parse(process.argv);
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qiita_export_all",
"version": "1.3.1",
"version": "1.4.0",
"description": "export all of your article at qiita",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit 364a453

Please sign in to comment.