Skip to content

Commit

Permalink
v 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanonim committed Sep 24, 2024
1 parent 3e8fce9 commit f79ab8f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 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.0
VERSION: 1.4.1

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 @@ -25,7 +25,7 @@ If you want to add support for a new language, you can do so by following these
3. Import json file to `src/BooksLists.ts` as shown in the example:

```ts
import _pl from "../data/books/pl.json";
import pl from "../data/books/pl.json";
```

```ts
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.0",
"version": "1.4.1",
"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.0",
"version": "1.4.1",
"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 @@ -16,5 +16,6 @@
"1.3.0": "0.15.0",
"1.3.1": "0.15.0",
"1.3.2": "0.15.0",
"1.4.0": "0.15.0"
"1.4.0": "0.15.0",
"1.4.1": "0.15.0"
}

0 comments on commit f79ab8f

Please sign in to comment.