Reset obsidian-sample-plugin version to 1.0.0

This commit is contained in:
Kossi D. T. Saka 2023-01-26 07:42:00 +01:00
parent 639cef9c7d
commit b5bd130a6e
3 changed files with 563 additions and 514 deletions

View File

@ -1,11 +1,11 @@
{ {
"id": "obsidian-sample-plugin", "id": "obsidian-sample-plugin",
"name": "Sample Plugin", "name": "Sample Plugin",
"version": "1.0.1", "version": "1.0.0",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.", "description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian", "author": "Obsidian",
"authorUrl": "https://obsidian.md", "authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing", "fundingUrl": "https://obsidian.md/pricing",
"isDesktopOnly": false "isDesktopOnly": false
} }

1068
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,3 @@
{ {
"1.0.0": "0.15.0", "1.0.0": "0.15.0"
"1.0.1": "0.15.0" }
}