diff --git a/bin/index.js b/bin/index.js index 64d0db0..bb65dc5 100644 --- a/bin/index.js +++ b/bin/index.js @@ -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 ", "Qiita user id you want to download(default: the user who get QIITA_ACCESS_TOKEN).") .option("-o, --output ", "Write output to instead of current directory.") diff --git a/package-lock.json b/package-lock.json index 7bdb17d..4b7138f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "qiita_export_all", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f6d8fde..fc6af3a 100644 --- a/package.json +++ b/package.json @@ -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"