From 7664d04f15a21482e7f556c47f5bfcac63b7cc37 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 23 Mar 2022 13:14:34 +0100 Subject: [PATCH] 2.0.1 --- 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 4cad2ff..28e926f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-custom-frames", "name": "Custom Frames", - "version": "2.0.0", + "version": "2.0.1", "minAppVersion": "0.13.33", "description": "A plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep and more.", "author": "Ellpeck", diff --git a/package-lock.json b/package-lock.json index 0ba6d38..a4e3988 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-frames", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4a0d507..065858c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-frames", - "version": "2.0.0", + "version": "2.0.1", "description": "An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep and more.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 41cbe80..cc5b364 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "2.0.0": "0.13.33" + "2.0.0": "0.13.33", + "2.0.1": "0.13.33" }