Rename project name from my-obsidian-copilot to my-obsidian-copilot
This commit is contained in:
parent
daa0cba23c
commit
b429a8b7ea
|
@ -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.",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue