Add repo url, bump version

This commit is contained in:
Brady Kelly 2024-03-16 14:47:26 +02:00
parent 226dbd7924
commit 790104ac50
3 changed files with 6 additions and 4 deletions

View File

@ -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
}
}

View File

@ -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",

View File

@ -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"
}