Add repo url, bump version
This commit is contained in:
parent
226dbd7924
commit
790104ac50
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": "plugin-template",
|
||||
"name": "Plugin Template",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Repo and project template for all my Obsidian plugins.",
|
||||
"author": "Brady Kelly",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-plugin-template",
|
||||
"repository": "https://github.com/brady691213/obsidian-plugin-template",
|
||||
"version": "1.1.0",
|
||||
"description": "This my Obsidian (https://obsidian.md) plugin template.",
|
||||
"main": "main.js",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"1.0.0": "0.15.0",
|
||||
"2.0.0": "1.5.8"
|
||||
}
|
||||
"2.0.0": "1.5.8",
|
||||
"1.1.0": "0.15.0"
|
||||
}
|
Loading…
Reference in New Issue