chore: version bump

This commit is contained in:
Sangeeth Sudheer 2024-04-05 05:04:57 +05:30
parent 439fbee0c2
commit 1388b2dd53
3 changed files with 6 additions and 5 deletions

View File

@ -1,11 +1,11 @@
{ {
"id": "swarnam", "id": "swarnam",
"name": "Swarnam", "name": "Swarnam",
"version": "1.0.0", "version": "1.0.1",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "A no-frills web playground plugin for Obsidian.", "description": "A no-frills web playground plugin for Obsidian.",
"author": "runofthemillgeek", "author": "runofthemillgeek",
"authorUrl": "https://dg.sangeeth.dev", "authorUrl": "https://dg.sangeeth.dev",
"fundingUrl": "https://dg.sangeeth.dev", "fundingUrl": "https://dg.sangeeth.dev",
"isDesktopOnly": true "isDesktopOnly": true
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "obsidian-sample-plugin", "name": "obsidian-sample-plugin",
"version": "1.0.0", "version": "1.0.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)", "description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View File

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