diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e1b016c..a069dec 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.1 + VERSION: 1.4.2 on: [workflow_dispatch] diff --git a/manifest.json b/manifest.json index b43b928..9f73a01 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "youversion-linker", "name": "YouVersion Linker", - "version": "1.4.1", + "version": "1.4.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 77ec2e2..63a363d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youversion-linker", - "version": "1.4.1", + "version": "1.4.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 9b201bc..1cec4b6 100644 --- a/versions.json +++ b/versions.json @@ -17,5 +17,6 @@ "1.3.1": "0.15.0", "1.3.2": "0.15.0", "1.4.0": "0.15.0", - "1.4.1": "0.15.0" + "1.4.1": "0.15.0", + "1.4.2": "0.15.0" } \ No newline at end of file