Skip to content

Commit

Permalink
update to version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Nov 15, 2021
1 parent c6eb89e commit 76b86e9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTION.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
## Obsidian Sample Plugin

This is a sample plugin for Obsidian (https://obsidian.md).
## Contribution for Obsidian Bible Reference

This project uses Typescript to provide type checking and documentation.
The repo depends on the latest plugin API (obsidian.d.ts) in Typescript Definition format, which contains TSDoc comments describing what it does.
Expand Down Expand Up @@ -67,3 +65,7 @@ Quick starting guide for new plugin devs:

- See https://github.com/obsidianmd/obsidian-api
- https://github.com/obsidianmd/obsidian-sample-plugin


### Release repo
- https://github.com/obsidianmd/obsidian-releases
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Bible Reference",
"version": "0.1.1",
"minAppVersion": "0.9.12",
"description": "This is a plugin built for bible study",
"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
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "obsidian-bible-reference",
"version": "0.1.1",
"description": "Obsidian Bible Reference",
"version": "0.1.2",
"description": "Taking Bible Study note in Obsidian.md application easily. Automatically suggesting Bible Verses as references. ",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production"
},
"keywords": [
"bible",
"obsidian"
"bible study",
"obsidian",
"obsidian.md",
"obsidian plugin"
],
"author": "tim-hub",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"1.0.1": "0.9.12",
"1.0.0": "0.9.7"
"0.1.2": "0.9.12",
"0.1.1": "0.9.12"
}

0 comments on commit 76b86e9

Please sign in to comment.