diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 2c744e7..4ce984e 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -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. @@ -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 diff --git a/manifest.json b/manifest.json index 628685e..5c4f81e 100644 --- a/manifest.json +++ b/manifest.json @@ -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 diff --git a/package.json b/package.json index f6ca286..d08be00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "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", @@ -9,7 +9,10 @@ }, "keywords": [ "bible", - "obsidian" + "bible study", + "obsidian", + "obsidian.md", + "obsidian plugin" ], "author": "tim-hub", "license": "MIT", diff --git a/versions.json b/versions.json index ba14785..21c40ee 100644 --- a/versions.json +++ b/versions.json @@ -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" }