mirror of
https://github.com/eoinhurrell/obsidian-inboxer.git
synced 2026-07-22 05:46:47 +00:00
1.5.10
This commit is contained in:
parent
eddaa1027c
commit
6ee5d64839
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "inboxer",
|
||||
"name": "Inboxer",
|
||||
"version": "1.5.9",
|
||||
"version": "1.5.10",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Adds commands to quickly add entries to INBOX and TIMELINE sections.",
|
||||
"author": "Eoin Hurrell",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "inboxer",
|
||||
"version": "1.5.9",
|
||||
"version": "1.5.10",
|
||||
"description": "An Obsidian plugin to add entries to INBOX and TIMELINE sections",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -24,5 +24,6 @@
|
|||
"1.5.6": "0.15.0",
|
||||
"1.5.7": "0.15.0",
|
||||
"1.5.8": "0.15.0",
|
||||
"1.5.9": "0.15.0"
|
||||
"1.5.9": "0.15.0",
|
||||
"1.5.10": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue