From cecae7de839453a10b403e3ce7c68944a03faad1 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 15 Apr 2022 13:36:23 +0200 Subject: [PATCH] 2.4.0 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index b000b2d..0c7bae3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-custom-frames", "name": "Custom Frames", - "version": "2.3.0", + "version": "2.4.0", "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.json b/package.json index 12015c3..02044ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-frames", - "version": "2.3.0", + "version": "2.4.0", "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 59e7733..fec7d39 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "2.2.0": "0.14.3", "2.2.1": "0.14.3", "2.2.2": "0.14.3", - "2.3.0": "0.14.5" + "2.3.0": "0.14.5", + "2.4.0": "0.14.5" }