Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
necauqua committed Apr 11, 2023
1 parent 5b141d3 commit 535c6d8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
28 changes: 14 additions & 14 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 4 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 535c6d8

Please sign in to comment.