Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Mar 10, 2022
1 parent 0a2fe9f commit e0e23e8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-bible-reference",
"name": "Bible Reference",
"version": "0.1.6",
"minAppVersion": "0.9.12",
"description": "Taking Bible Study note in Obsidian.md application easily. Automatically suggesting Bible Verses as references. ",
"author": "tim-hub",
"authorUrl": "https://github.com/tim-hub",
"isDesktopOnly": false
}
{
"id": "obsidian-bible-reference",
"name": "Bible Reference",
"version": "0.2.0",
"minAppVersion": "0.9.12",
"description": "Taking Bible Study note in Obsidian.md application easily. Automatically suggesting Bible Verses as references. ",
"author": "tim-hub",
"authorUrl": "https://github.com/tim-hub",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-bible-reference",
"version": "0.1.5",
"version": "0.2.0",
"description": "Taking Bible Study note in Obsidian.md application easily. Automatically suggesting Bible Verses as references. ",
"main": "main.js",
"scripts": {
Expand Down
17 changes: 9 additions & 8 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"0.1.6": "0.9.12",
"0.1.5": "0.9.12",
"0.1.4": "0.9.12",
"0.1.3": "0.9.12",
"0.1.2": "0.9.12",
"0.1.1": "0.9.12"
}
{
"0.1.6": "0.9.12",
"0.1.5": "0.9.12",
"0.1.4": "0.9.12",
"0.1.3": "0.9.12",
"0.1.2": "0.9.12",
"0.1.1": "0.9.12",
"0.2.0": "0.9.12"
}

0 comments on commit e0e23e8

Please sign in to comment.