diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 12a77df..6e78dca 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.2.4 + VERSION: 1.2.5 on: [workflow_dispatch] diff --git a/Languages.md b/Languages.md index 8f262b6..efb2122 100644 --- a/Languages.md +++ b/Languages.md @@ -11,7 +11,7 @@ Thanks to the community, we have support for the following languages: - Spanish - [Javier Rios](https://github.com/JavierRiosN) - Swedish - [Eric Lundgren](https://github.com/TheFringe) - Romanian - [Paul Timoce](https://github.com/paultimoce) -- Ukrainian - [seesmof](https://github.com/seesmof) +- Ukrainian - [Seesmof](https://github.com/seesmof) ## Adding new language support @@ -37,6 +37,6 @@ const booksNames = { (See the other languages for examples.) 4. Add your name to the list above in this file (`Languages.md`). -5. Create a PR with the changes. (I will review it and merge it.) +5. Create a PR with the changes. Title it `Add {some_languges} book names` for eg: `Add Polish book names`. (I will review it and merge it.) -**Thank you for your contribution!** \ No newline at end of file +**Thank you for your contribution!** diff --git a/manifest.json b/manifest.json index e6b282f..0a29dd9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "youversion-linker", "name": "YouVersion Linker", - "version": "1.2.4", + "version": "1.2.5", "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 16d14c4..3bc7ca4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youversion-linker", - "version": "1.2.4", + "version": "1.2.5", "description": "Obsidian plugin that automatically link bible verses to YouVersion bible.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a038f1f..68eb837 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "1.2.1": "0.15.0", "1.2.2": "0.15.0", "1.2.3": "0.15.0", - "1.2.4": "0.15.0" + "1.2.4": "0.15.0", + "1.2.5": "0.15.0" } \ No newline at end of file