Skip to content

Commit

Permalink
v 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanonim committed Dec 19, 2024
1 parent 0dcd5ad commit 94e7741
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion Languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/BooksLists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const booksNames = {
"Danish": da,
"Dutch": nl,
"English": en,
"French": fr,
"German": de,
"Norwegian": nob,
"Polish": pl,
Expand All @@ -34,7 +35,6 @@ const booksNames = {
"Ukrainian": uk,
"Russian": ru,
"Korean": ko,
"French": fr
} as BooksLangList;

export default booksNames;
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 94e7741

Please sign in to comment.