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",
"name": "Swarnam",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "A no-frills web playground plugin for Obsidian.",
"author": "runofthemillgeek",
"authorUrl": "https://dg.sangeeth.dev",
"fundingUrl": "https://dg.sangeeth.dev",
"isDesktopOnly": true
}
}

View File

@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"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"
}