diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4fe6b33..eb23d23 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.1.1 + VERSION: 1.1.2 on: [workflow_dispatch] diff --git a/manifest.json b/manifest.json index f4f74eb..88a073c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "youversion-linker", "name": "YouVersion Linker", - "version": "1.1.1", + "version": "1.1.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 17b95d7..2681a95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youversion-linker", - "version": "1.1.1", + "version": "1.1.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 f53215c..b8bd06b 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.0.2": "0.15.0", "1.0.3": "0.15.0", "1.1.0": "0.15.0", - "1.1.1": "0.15.0" + "1.1.1": "0.15.0", + "1.1.2": "0.15.0" } \ No newline at end of file