diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b74711d..0db734d 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.0.2 + VERSION: 1.0.3 on: [pull_request, workflow_dispatch] diff --git a/manifest.json b/manifest.json index a2b8e3f..49d503e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "youversion-linker", "name": "YouVersion Linker", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.15.0", "description": "Automatically link bible verses in your notes to YouVersion bible.", "author": "jaanonim", "authorUrl": "https://jaanonim.github.io/", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 0a2ee64..d3ad05c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youversion-linker", - "version": "1.0.2", + "version": "1.0.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 03d60fe..1da423a 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.0.1": "0.15.0", - "1.0.2": "0.15.0" + "1.0.2": "0.15.0", + "1.0.3": "0.15.0" } \ No newline at end of file