mirror of
https://github.com/necauqua/obsidian-page-properties.git
synced 2026-07-22 07:30:24 +00:00
Version 1.0.2
This commit is contained in:
parent
5b141d3606
commit
535c6d8fbd
3 changed files with 19 additions and 17 deletions
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"id": "page-properties",
|
||||
"name": "Page Properties",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Render page properties similar to Logseq",
|
||||
"author": "Anton Bulakh",
|
||||
"authorUrl": "https://necauqua.dev",
|
||||
"fundingUrl": {
|
||||
"Patreon": "https://www.patreon.com/necauqua",
|
||||
"Ko-Fi": "https://ko-fi.com/necauqua",
|
||||
"Buy Me a Coffee": "https://buymeacoffee.com/necauqua"
|
||||
},
|
||||
"isDesktopOnly": false
|
||||
"id": "page-properties",
|
||||
"name": "Page Properties",
|
||||
"version": "1.0.2",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Render page properties similar to Logseq",
|
||||
"author": "Anton Bulakh",
|
||||
"authorUrl": "https://necauqua.dev",
|
||||
"fundingUrl": {
|
||||
"Patreon": "https://www.patreon.com/necauqua",
|
||||
"Ko-Fi": "https://ko-fi.com/necauqua",
|
||||
"Buy Me a Coffee": "https://buymeacoffee.com/necauqua"
|
||||
},
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-page-properties",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.2",
|
||||
"description": "This plugin adds page properties similar to Logseq",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
{
|
||||
"1.0.0": "0.15.0"
|
||||
"1.0.0": "0.15.0",
|
||||
"1.0.1": "0.15.0",
|
||||
"1.0.2": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue