diff --git a/manifest.json b/manifest.json index 82b2052..589dcce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "local-bible-ref", "name": "Local Bible Ref", - "version": "1.2.1", + "version": "1.2.2", "minAppVersion": "1.9.14", "description": "Quickly and easily reference Bible passages stored locally in your vault.", "author": "Caleb Campbell", diff --git a/package-lock.json b/package-lock.json index 028be1e..6c8095d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "local-bible-ref", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "local-bible-ref", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 95aa653..603a4d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "local-bible-ref", - "version": "1.2.1", + "version": "1.2.2", "description": "Quickly and easily reference Bible passages stored locally in your Obsidian vault.", "main": "main.js", "scripts": {