Reset obsidian-sample-plugin version to 1.0.0
This commit is contained in:
parent
639cef9c7d
commit
b5bd130a6e
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"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",
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,3 @@
|
||||||
{
|
{
|
||||||
"1.0.0": "0.15.0",
|
"1.0.0": "0.15.0"
|
||||||
"1.0.1": "0.15.0"
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue