From 3526aaf70ceb91f60319651af1fd4dcdf455411b Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 21 Feb 2024 13:10:24 +0100 Subject: [PATCH] 2.4.7 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 838df3e..6966270 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-custom-frames", "name": "Custom Frames", - "version": "2.4.6", + "version": "2.4.7", "minAppVersion": "1.2.0", "description": "A plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.", "author": "Ellpeck", diff --git a/package-lock.json b/package-lock.json index 26f70c5..7cd41f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-custom-frames", - "version": "2.4.6", + "version": "2.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-custom-frames", - "version": "2.4.6", + "version": "2.4.7", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 66dbb60..b7fd952 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-frames", - "version": "2.4.6", + "version": "2.4.7", "description": "An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5f4080d..40dfedf 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "2.4.3": "0.15.5", "2.4.4": "0.16.0", "2.4.5": "1.1.0", - "2.4.6": "1.2.0" + "2.4.6": "1.2.0", + "2.4.7": "1.2.0" }