Skip to content

Commit 30f7b3c

Browse files
Merge pull request #2 from mProjectsCode/release
Release
2 parents a33f8c9 + ff18427 commit 30f7b3c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "obsidian-meta-bind-plugin",
33
"name": "Meta Bind Plugin",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"minAppVersion": "0.14.0",
6-
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
6+
"description": "This plugin can create input fields inside your notes and bind them to metadata fields.",
77
"author": "Moritz Jung",
88
"authorUrl": "https://mprojectscode.github.io/",
99
"isDesktopOnly": false

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "obsidian-sample-plugin",
3-
"version": "1.0.1",
4-
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
2+
"name": "obsidian-meta-bind-plugin",
3+
"version": "0.1.1",
4+
"description": "This plugin can create input fields inside your notes and bind them to metadata fields.",
55
"main": "main.js",
66
"scripts": {
77
"dev": "node esbuild.config.mjs",
88
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
99
"version": "node version-bump.mjs && git add manifest.json versions.json"
1010
},
1111
"keywords": [],
12-
"author": "",
12+
"author": "Moritz Jung",
1313
"license": "MIT",
1414
"devDependencies": {
1515
"@types/node": "^16.11.6",

0 commit comments

Comments
 (0)