From daed00bed3a8404eb4d27bd7f14d06ee66d2c499 Mon Sep 17 00:00:00 2001 From: Sebastien Delisle <106437649+lumargh@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:58:52 -0400 Subject: [PATCH] Bump version to 0.4.0 --- 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 baa0996..cdc8b7b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-bujo", "name": "Better Bujo", - "version": "0.3.0", + "version": "0.4.0", "minAppVersion": "1.5.7", "description": "Render bullet-journal markers (events, migration, future log, emotions) instead of checkboxes.", "author": "Sebastien", diff --git a/package.json b/package.json index afaa51c..2525c78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-bujo", - "version": "0.3.0", + "version": "0.4.0", "description": "Render bullet-journal markers (events, migration, future log, emotions) instead of checkboxes.", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index ba8fd09..5ba6a4b 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.1.0": "1.0.0", "0.2.0": "1.5.7", - "0.3.0": "1.5.7" + "0.3.0": "1.5.7", + "0.4.0": "1.5.7" } \ No newline at end of file