From e74f5c441c7748f3e013d81103804514b16400d1 Mon Sep 17 00:00:00 2001 From: Aly Thobani Date: Thu, 7 Nov 2024 22:51:15 -0800 Subject: [PATCH] build: update version for new patch release 1.0.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index af01e52..58bf840 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "callout-toggles", "name": "Callout Toggles", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "1.6.7", "description": "Quickly add, change, or remove callouts in your notes.", "author": "Aly Thobani", diff --git a/package.json b/package.json index 27d42d8..f204842 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "./main.js", "author": "Aly Thobani", "license": "GPL-3.0-only", - "version": "1.0.0", + "version": "1.0.1", "dependencies": { "obsidian": "^1.6.6", "obsidian-callout-manager": "^1.0.2-alpha1"