From 15b1d72f592d9c5d6bb875d339d60a147ff3086e Mon Sep 17 00:00:00 2001 From: ciatph Date: Wed, 7 Jun 2023 08:54:54 +0800 Subject: [PATCH] chore: Bump version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c570a2..405df42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ph-municipalities", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ph-municipalities", - "version": "1.0.8", + "version": "1.0.9", "license": "ISC", "dependencies": { "dotenv": "^16.0.1", diff --git a/package.json b/package.json index cb9888b..0419f1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ph-municipalities", - "version": "1.0.8", + "version": "1.0.9", "description": "List and write the `municipalities` of Philippines provinces or regions into JSON files", "main": "index.js", "scripts": {