From 656a34dd556cd4a8cf2e5b4dc881c752ba41333a Mon Sep 17 00:00:00 2001 From: The-Best-Codes Date: Thu, 25 Jul 2024 12:31:01 -0500 Subject: [PATCH] .json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6195a26..0f3aeec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "best-bible", - "version": "1.4.3", + "version": "1.4.4", "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/",