From a51d4188069de127ec04a828ea2c8fec770914dc Mon Sep 17 00:00:00 2001 From: Trey Wallis <40307803+trey-wallis@users.noreply.github.com> Date: Sun, 18 Feb 2024 20:36:31 -0700 Subject: [PATCH] chore: bump version --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 4a92f38..8819b0f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "note-splitter", "name": "Note Splitter", - "version": "0.3.3", + "version": "0.4.0", "minAppVersion": "0.15.0", "description": "Split notes based on a delimeter.", "author": "Trey Wallis", diff --git a/package.json b/package.json index 31d3260..e0fb11c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-note-splitter", - "version": "0.3.3", + "version": "0.4.0", "description": "Split notes based on a delimiter", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f8d2496..4016b92 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.3.0": "0.15.0", "0.3.1": "0.15.0", "0.3.2": "0.15.0", - "0.3.3": "0.15.0" + "0.3.3": "0.15.0", + "0.4.0": "0.15.0" }