From 2ba7968d2957b0008a52584fdc3b4837800f65b7 Mon Sep 17 00:00:00 2001 From: Caleb Campbell Date: Fri, 3 Apr 2026 14:07:13 +1100 Subject: [PATCH] Bumped manifest version. --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 307c3fd..91779a2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "local-bible-ref", "name": "Local Bible Ref", - "version": "1.3.0", + "version": "1.3.1", "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 e9a90f4..990b530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "local-bible-ref", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "local-bible-ref", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 8cede02..75d4b54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "local-bible-ref", - "version": "1.3.0", + "version": "1.3.1", "description": "Quickly and easily reference Bible passages stored locally in your Obsidian vault.", "main": "main.js", "scripts": {