diff options
| author | lishid <[email protected]> | 2021-10-19 13:34:19 -0400 |
|---|---|---|
| committer | lishid <[email protected]> | 2021-10-19 13:34:58 -0400 |
| commit | 3afc9d78ab809784d8ccf6d17e94c1509330e217 (patch) | |
| tree | 6744ff4b0d179f6b9f497bcc195736ef23cce11a /manifest.json | |
| parent | 5f95bce9e1ccfc207addfccd525d6dd93035f20b (diff) | |
| download | ai-pulse-obsidian-plugin-3afc9d78ab809784d8ccf6d17e94c1509330e217.tar.gz ai-pulse-obsidian-plugin-3afc9d78ab809784d8ccf6d17e94c1509330e217.zip | |
Update sample plugin to use ESBuild.
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 4ca4889..30ec656 100644 --- a/manifest.json +++ b/manifest.json @@ -2,9 +2,9 @@ "id": "obsidian-sample-plugin",
"name": "Sample Plugin",
"version": "1.0.1",
- "minAppVersion": "0.9.12",
+ "minAppVersion": "0.12.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",
+ "authorUrl": "https://obsidian.md",
"isDesktopOnly": false
}
|
