mirror of
https://github.com/eoinhurrell/obsidian-inboxer.git
synced 2026-07-22 12:40:28 +00:00
1.4.4
This commit is contained in:
parent
492444472b
commit
b993d108df
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "inboxer",
|
||||
"name": "Inboxer",
|
||||
"version": "1.4.3",
|
||||
"version": "1.4.4",
|
||||
"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.4.3",
|
||||
"version": "1.4.4",
|
||||
"description": "An Obsidian plugin to add entries to INBOX and TIMELINE sections",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -12,5 +12,6 @@
|
|||
"1.4.0": "0.15.0",
|
||||
"1.4.1": "0.15.0",
|
||||
"1.4.2": "0.15.0",
|
||||
"1.4.3": "0.15.0"
|
||||
"1.4.3": "0.15.0",
|
||||
"1.4.4": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue