This commit is contained in:
Ell 2022-03-28 18:35:56 +02:00
parent 8284a9b9e2
commit 3d13938588
4 changed files with 6 additions and 5 deletions

View file

@ -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",

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "obsidian-custom-frames",
"version": "2.1.0",
"version": "2.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -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": {

View file

@ -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"
}