diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 71d80b0..4384ddf 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: v1.0.0 + VERSION: v1.0.1 on: [pull_request, workflow_dispatch] diff --git a/manifest.json b/manifest.json index 46d97f9..a90adc5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-youversion-linker", "name": "Obsidian YouVersion linker", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.15.0", "description": "Obsidian plugin that automatically link bible verses 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 4f46154..6d33c35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-youversion-linker", - "version": "1.0.0", + "version": "1.0.1", "description": "Obsidian plugin that automatically link bible verses to YouVersion bible.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 26382a1..a6d5a03 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" -} + "1.0.0": "0.15.0", + "1.0.1": "0.15.0" +} \ No newline at end of file