Rename project name from my-obsidian-copilot to my-obsidian-copilot

This commit is contained in:
Jiean Yang 2024-08-27 19:48:53 +02:00
parent daa0cba23c
commit b429a8b7ea
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"id": "sample-plugin", "id": "my-obsidian-copilot",
"name": "Sample Plugin", "name": "My Obsidian Copilot",
"version": "1.0.0", "version": "1.0.0",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Demonstrates some of the capabilities of the Obsidian API.", "description": "Demonstrates some of the capabilities of the Obsidian API.",

View File

@ -1,5 +1,5 @@
{ {
"name": "obsidian-sample-plugin", "name": "my-obsidian-copilot",
"version": "1.0.0", "version": "1.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)", "description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js", "main": "main.js",