This commit is contained in:
Eoin H 2026-06-07 09:45:48 +01:00
parent eddaa1027c
commit 6ee5d64839
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

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