Skip to content

Commit

Permalink
v 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanonim committed Jun 24, 2024
1 parent 2490246 commit 1281b5d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 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.2.4
VERSION: 1.2.5

on: [workflow_dispatch]

Expand Down
6 changes: 3 additions & 3 deletions Languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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!**
**Thank you for your contribution!**
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.2.4",
"version": "1.2.5",
"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.2.4",
"version": "1.2.5",
"description": "Obsidian plugin that automatically link bible verses to YouVersion bible.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 1281b5d

Please sign in to comment.