This commit is contained in:
Eoin H 2025-04-16 11:37:02 +01:00
parent 492444472b
commit b993d108df
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}