diff --git a/manifest.json b/manifest.json index 54998cc..3597291 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index b98e687..53d3a34 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index bd5cd2a..5e39f29 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file