diff --git a/manifest.json b/manifest.json index 16930da..da39222 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-custom-frames", "name": "Custom Frames", - "version": "2.1.0", - "minAppVersion": "0.13.33", + "version": "2.2.0", + "minAppVersion": "0.14.3", "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", "authorUrl": "https://ellpeck.de", diff --git a/package-lock.json b/package-lock.json index 469fed9..995dde5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-frames", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 403fead..d59318f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-frames", - "version": "2.1.0", + "version": "2.2.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 6278d3f..5b777ef 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "2.0.0": "0.13.33", "2.0.1": "0.13.33", - "2.1.0": "0.13.33" + "2.1.0": "0.13.33", + "2.2.0": "0.14.3" }