From ef380b2f58ea533bbfef8e2f4c305ece37baa677 Mon Sep 17 00:00:00 2001 From: jaanonim Date: Mon, 9 Dec 2024 16:24:12 +0100 Subject: [PATCH] v 1.4.3 --- .github/workflows/release.yaml | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a069dec..756c019 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,7 +2,7 @@ name: Obsidian Plugin Release # credits: https://github.com/scambier/obsidian-omnisearch/blob/master/.github/workflows/release.yml env: - VERSION: 1.4.2 + VERSION: 1.4.3 on: [workflow_dispatch] diff --git a/manifest.json b/manifest.json index 9f73a01..a3452d2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "youversion-linker", "name": "YouVersion Linker", - "version": "1.4.2", + "version": "1.4.3", "minAppVersion": "0.15.0", "description": "Automatically link bible verses in your notes to YouVersion bible.", "author": "jaanonim", diff --git a/package.json b/package.json index 63a363d..6110ada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youversion-linker", - "version": "1.4.2", + "version": "1.4.3", "description": "Obsidian plugin that automatically link bible verses to YouVersion bible.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1cec4b6..bed9f45 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "1.3.2": "0.15.0", "1.4.0": "0.15.0", "1.4.1": "0.15.0", - "1.4.2": "0.15.0" + "1.4.2": "0.15.0", + "1.4.3": "0.15.0" } \ No newline at end of file