From 00354f1ce154ca9992b08f7f59f8f7fb0a11b875 Mon Sep 17 00:00:00 2001 From: jaanonim Date: Thu, 19 Sep 2024 14:36:14 +0200 Subject: [PATCH] v 1.4.0 --- .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 3eb2b2f..e1d1b96 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.3.2 + VERSION: 1.4.0 on: [workflow_dispatch] diff --git a/manifest.json b/manifest.json index 69c3a42..ed7fd2a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "youversion-linker", "name": "YouVersion Linker", - "version": "1.3.2", + "version": "1.4.0", "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 94863f6..699f081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youversion-linker", - "version": "1.3.2", + "version": "1.4.0", "description": "Obsidian plugin that automatically link bible verses to YouVersion bible.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9263356..d5f4bed 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "1.2.5": "0.15.0", "1.3.0": "0.15.0", "1.3.1": "0.15.0", - "1.3.2": "0.15.0" + "1.3.2": "0.15.0", + "1.4.0": "0.15.0" } \ No newline at end of file