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