summaryrefslogtreecommitdiffhomepage
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json17
1 files changed, 9 insertions, 8 deletions
diff --git a/manifest.json b/manifest.json
index 222650e..4ca4889 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,9 +1,10 @@
{
- "id": "obsidian-sample-plugin",
- "name": "Sample Plugin",
- "version": "1.0.0",
- "description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
- "author": "Obsidian",
- "authorUrl": "https://obsidian.md/about",
- "isDesktopOnly": false
-} \ No newline at end of file
+ "id": "obsidian-sample-plugin",
+ "name": "Sample Plugin",
+ "version": "1.0.1",
+ "minAppVersion": "0.9.12",
+ "description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
+ "author": "Obsidian",
+ "authorUrl": "https://obsidian.md/about",
+ "isDesktopOnly": false
+}