summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorlishid <[email protected]>2020-10-28 19:20:59 -0400
committerlishid <[email protected]>2020-10-28 19:20:59 -0400
commited97541d3bbdc61fe9aed1a8a73509cfbeff53ad (patch)
tree31dafefde660a65f7a6caee81fa5d81e17c05ab6
parenta577988baae71de319979290821cc3b3edb46e70 (diff)
downloadai-pulse-obsidian-plugin-ed97541d3bbdc61fe9aed1a8a73509cfbeff53ad.tar.gz
ai-pulse-obsidian-plugin-ed97541d3bbdc61fe9aed1a8a73509cfbeff53ad.zip
Add version number.
-rw-r--r--manifest.json6
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