diff --git a/package-lock.json b/package-lock.json index 17e220a..53a6b5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "idn-area-data-extractor", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "idn-area-data-extractor", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@inquirer/prompts": "^2.3.0", diff --git a/package.json b/package.json index af41eed..8c1ea15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "idn-area-data-extractor", - "version": "1.0.1", + "version": "1.0.2", "description": "Extract the Indonesia area data from raw sources into CSV.", "type": "module", "exports": "./src/index.js",