From a5dd8ef9d3e319ec6b51a925a1113f2b27c5c47b Mon Sep 17 00:00:00 2001 From: The-Best-Codes Date: Wed, 24 Jul 2024 12:42:22 -0500 Subject: [PATCH] build: update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d170455..bf456c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "best-bible", - "version": "1.4.1", + "version": "1.4.2", "description": "Fetch, parse, and analyze the Bible easily with JavaScript", "scripts": { "build:cjs": "tsc --project tsconfig.cjs.json || true && mkdir -p dist/cjs/data && cp src/data/bible.json dist/cjs/data/",