mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-14 22:59:10 +01:00
2.4.4
This commit is contained in:
parent
4340d08e29
commit
72c14f63d7
6 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-custom-frames",
|
||||
"name": "Custom Frames",
|
||||
"version": "2.4.3",
|
||||
"version": "2.4.4",
|
||||
"minAppVersion": "0.14.5",
|
||||
"description": "A plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.",
|
||||
"author": "Ellpeck",
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-custom-frames",
|
||||
"version": "2.4.3",
|
||||
"version": "2.4.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-custom-frames",
|
||||
"version": "2.4.3",
|
||||
"version": "2.4.4",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-custom-frames",
|
||||
"version": "2.4.3",
|
||||
"version": "2.4.4",
|
||||
"description": "An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-custom-frames",
|
||||
"name": "Custom Frames",
|
||||
"version": "2.4.3",
|
||||
"version": "2.4.4",
|
||||
"minAppVersion": "0.14.5",
|
||||
"description": "A plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.",
|
||||
"author": "Ellpeck",
|
||||
|
|
|
@ -9,5 +9,6 @@
|
|||
"2.4.0": "0.14.5",
|
||||
"2.4.1": "0.14.5",
|
||||
"2.4.2": "0.14.5",
|
||||
"2.4.3": "0.15.5"
|
||||
"2.4.3": "0.15.5",
|
||||
"2.4.4": "0.16.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue