We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fbe841 commit ca43c50Copy full SHA for ca43c50
index.js
@@ -9,7 +9,7 @@
9
*/
10
'use strict'
11
12
-const VERSION = 'v1.0.8'
+const VERSION = 'v1.0.9'
13
14
if (process.argv.length <= 2) {
15
console.log("Usage: cekresi-cli AWB_NUMBER")
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cekresi-cli",
3
- "version": "1.0.8",
+ "version": "1.0.9",
4
"description": "A command line app to tracking AWB number",
5
"main": "index.js",
6
"scripts": {
0 commit comments