Skip to content

Commit

Permalink
Version 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kuchejak committed Jul 2, 2022
1 parent 1efdb51 commit 56a7ef4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vscode
.vscode
.vs

# Intellij
*.iml
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": "obsidian-bible-linker",
"name": "Bible Linker",
"version": "1.2.5",
"version": "1.2.6",
"minAppVersion": "0.12.0",
"description": "Link multiple bible verses easily",
"author": "Jakub Kuchejda",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-sample-plugin",
"version": "1.0.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"name": "obsidian-bible-linker",
"version": "1.2.6",
"description": "Obsidian bible linker plugin",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"1.2.2": "0.12.0",
"1.2.3": "0.12.0",
"1.2.4": "0.12.0",
"1.2.5": "0.12.0"
"1.2.5": "0.12.0",
"1.2.6": "0.12.0"
}

0 comments on commit 56a7ef4

Please sign in to comment.