From c37dff03fda17bdc8c17bf20c111cddb12f6a481 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 1 Jun 2022 15:24:57 +0200 Subject: [PATCH] 2.4.2 --- manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 0754410..4c54787 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-custom-frames", "name": "Custom Frames", - "version": "2.4.1", + "version": "2.4.2", "minAppVersion": "0.14.5", "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 90b0fca..0c2d3c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-frames", - "version": "2.4.1", + "version": "2.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index db2893b..725004e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-frames", - "version": "2.4.1", + "version": "2.4.2", "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 6d2d1e5..c598d5c 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "2.2.2": "0.14.3", "2.3.0": "0.14.5", "2.4.0": "0.14.5", - "2.4.1": "0.14.5" + "2.4.1": "0.14.5", + "2.4.2": "0.14.5" }