From b429a8b7ea32a8dcb37cf7f48f7f670eeed7819f Mon Sep 17 00:00:00 2001 From: Jiean Yang Date: Tue, 27 Aug 2024 19:48:53 +0200 Subject: [PATCH] Rename project name from my-obsidian-copilot to my-obsidian-copilot --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index dfa940e..4c4ee87 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "id": "sample-plugin", - "name": "Sample Plugin", + "id": "my-obsidian-copilot", + "name": "My Obsidian Copilot", "version": "1.0.0", "minAppVersion": "0.15.0", "description": "Demonstrates some of the capabilities of the Obsidian API.", diff --git a/package.json b/package.json index 6a00766..ee9ee29 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "obsidian-sample-plugin", + "name": "my-obsidian-copilot", "version": "1.0.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js",