From 94e7741769268b4864b03654489974b000234e9f Mon Sep 17 00:00:00 2001 From: jaanonim Date: Thu, 19 Dec 2024 13:00:44 +0100 Subject: [PATCH] v 1.4.4 --- .github/workflows/release.yaml | 2 +- Languages.md | 2 +- manifest.json | 2 +- package.json | 2 +- src/BooksLists.ts | 2 +- versions.json | 3 ++- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cfb0dd4..c075043 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.3 + VERSION: 1.4.4 on: [workflow_dispatch] diff --git a/Languages.md b/Languages.md index 55aa51d..045c77c 100644 --- a/Languages.md +++ b/Languages.md @@ -7,6 +7,7 @@ Thanks to the community, we have support for the following languages: - Danish - [Nicolai Skødt Holmgaard](https://github.com/Nicolai9852) - Dutch - [Jaap Kramer](https://github.com/jaapkramer) - English - [Jaanonim](https://github.com/jaanonim) +- French - [Cedriane](https://github.com/Cedriane) - German - [Tecur](https://github.com/Tecur) - Norwegian - [Cmeeren](https://github.com/cmeeren) - Polish - [Jaanonim](https://github.com/jaanonim) @@ -16,7 +17,6 @@ Thanks to the community, we have support for the following languages: - Rusian - [Sakardin](https://github.com/Sakardin) - Ukrainian - [Seesmof](https://github.com/seesmof) - Korean - [Woollim](https://github.com/woollim) -- French - [Cedriane](https://github.com/Cedriane) ## Adding new language support diff --git a/manifest.json b/manifest.json index a3452d2..a22ea29 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "youversion-linker", "name": "YouVersion Linker", - "version": "1.4.3", + "version": "1.4.4", "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 6110ada..189c8d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youversion-linker", - "version": "1.4.3", + "version": "1.4.4", "description": "Obsidian plugin that automatically link bible verses to YouVersion bible.", "main": "main.js", "scripts": { diff --git a/src/BooksLists.ts b/src/BooksLists.ts index f51b027..bacee3c 100644 --- a/src/BooksLists.ts +++ b/src/BooksLists.ts @@ -24,6 +24,7 @@ const booksNames = { "Danish": da, "Dutch": nl, "English": en, + "French": fr, "German": de, "Norwegian": nob, "Polish": pl, @@ -34,7 +35,6 @@ const booksNames = { "Ukrainian": uk, "Russian": ru, "Korean": ko, - "French": fr } as BooksLangList; export default booksNames; diff --git a/versions.json b/versions.json index bed9f45..cc06f0c 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "1.4.0": "0.15.0", "1.4.1": "0.15.0", "1.4.2": "0.15.0", - "1.4.3": "0.15.0" + "1.4.3": "0.15.0", + "1.4.4": "0.15.0" } \ No newline at end of file