diff options
| author | lishid <[email protected]> | 2020-11-10 02:52:56 -0500 |
|---|---|---|
| committer | lishid <[email protected]> | 2020-11-10 02:52:56 -0500 |
| commit | 318cb2b055e06748f56c25c4d4c624eabcababb2 (patch) | |
| tree | 86763fe23b77ff34161e813da13291ceef82a10c /manifest.json | |
| parent | 9162f82010583c0f2b3bdcd97b2bd974a8e92b78 (diff) | |
| download | ai-pulse-obsidian-plugin-318cb2b055e06748f56c25c4d4c624eabcababb2.tar.gz ai-pulse-obsidian-plugin-318cb2b055e06748f56c25c4d4c624eabcababb2.zip | |
Added versions.json
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 17 |
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
+}
|
