From ddc760298ce7bfae2b82eb7d72ef56250aab5942 Mon Sep 17 00:00:00 2001 From: Floydv Date: Tue, 16 Apr 2024 17:46:38 +0200 Subject: [PATCH] Hotfix release --- CHANGELOG.MD | 4 ++++ manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 8dd9d2b..5d7f299 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,9 @@ # Bible linker Pro Changelog +## 1.6.1 - Hotfix + +- Fixed an issue with bible book 'Samuel' being added a zero to in the link, breaking the link output. + ## 1.6.0 - More languages - Added French By @DarkBuffalo diff --git a/manifest.json b/manifest.json index cc15522..611a78a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "bible-linker-pro", "name": "Bible linker Pro", - "version": "1.6.0", + "version": "1.6.1", "minAppVersion": "0.15.0", "description": "Convert Bible texts to JW Library links.", "author": "Floydv149", diff --git a/package-lock.json b/package-lock.json index c87fba0..2daaaa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Bible linker Pro", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 6d4549a..0930590 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bible-linker-pro", - "version": "1.6.0", + "version": "1.6.1", "description": "This is a plugin that converts Bible texts to JW Library links.", "main": "main.js", "style": "styles.css",