mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-14 06:49:09 +01:00
2.2.0
This commit is contained in:
parent
8284a9b9e2
commit
3d13938588
4 changed files with 6 additions and 5 deletions
|
@ -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
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-custom-frames",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue