From 1388b2dd537399543de935a2fea50940a685baaa Mon Sep 17 00:00:00 2001 From: Sangeeth Sudheer Date: Fri, 5 Apr 2024 05:04:57 +0530 Subject: [PATCH] chore: version bump --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 9a4971f..e211e9a 100644 --- a/manifest.json +++ b/manifest.json @@ -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 -} +} \ No newline at end of file diff --git a/package.json b/package.json index 6a00766..a9f81ef 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 26382a1..a6d5a03 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" -} + "1.0.0": "0.15.0", + "1.0.1": "0.15.0" +} \ No newline at end of file