From 2f6bff67f751e0b5d80c8b1889376559dc5a2d01 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 24 Mar 2022 13:44:05 +0100 Subject: [PATCH] 2.1.0 --- 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 28e926f..16930da 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-custom-frames", "name": "Custom Frames", - "version": "2.0.1", + "version": "2.1.0", "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 a4e3988..469fed9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-frames", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 065858c..403fead 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-frames", - "version": "2.0.1", + "version": "2.1.0", "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 cc5b364..6278d3f 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "2.0.0": "0.13.33", - "2.0.1": "0.13.33" + "2.0.1": "0.13.33", + "2.1.0": "0.13.33" }