From ed97541d3bbdc61fe9aed1a8a73509cfbeff53ad Mon Sep 17 00:00:00 2001 From: lishid Date: Wed, 28 Oct 2020 19:20:59 -0400 Subject: [PATCH] Add version number. --- manifest.json | 6 +++--- 1 file 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