Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yumetodo committed Mar 7, 2020
1 parent 5fa1d9d commit f81d7a6
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.4.0")
.version("1.4.1")
.name("qiita_export_all")
.option("-u, --user-id <id>", "Qiita user id you want to download(default: the user who get QIITA_ACCESS_TOKEN).")
.option("-o, --output <path>", "Write output to <path> instead of current directory.")
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.4.0",
"version": "1.4.1",
"description": "export all of your article at qiita",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit f81d7a6

Please sign in to comment.