diff options
| author | lishid <[email protected]> | 2020-10-28 19:20:59 -0400 |
|---|---|---|
| committer | lishid <[email protected]> | 2020-10-28 19:20:59 -0400 |
| commit | ed97541d3bbdc61fe9aed1a8a73509cfbeff53ad (patch) | |
| tree | 31dafefde660a65f7a6caee81fa5d81e17c05ab6 | |
| parent | a577988baae71de319979290821cc3b3edb46e70 (diff) | |
| download | ai-pulse-obsidian-plugin-ed97541d3bbdc61fe9aed1a8a73509cfbeff53ad.tar.gz ai-pulse-obsidian-plugin-ed97541d3bbdc61fe9aed1a8a73509cfbeff53ad.zip | |
Add version number.
| -rw-r--r-- | manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index ea4bf3d..61ef9ac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ {
"id": "obsidian-sample-plugin",
"name": "Sample Plugin",
+ "version": "1.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
- "isDesktopOnly": false,
- "js": "main.js",
- "css": "styles.css"
+ "author": "Licat",
+ "isDesktopOnly": false
}
\ No newline at end of file |
