From 77d86d1beb720467349582783177a4770e3e3a72 Mon Sep 17 00:00:00 2001 From: Victor Wiebe Date: Tue, 28 Jul 2026 09:43:36 -0400 Subject: [PATCH] Release-v0.8.0 --- package-lock.json | 4 ++-- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 278d5ed..21c815a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "joplin-plugin-gtd-calendar", - "version": "0.5.0", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "joplin-plugin-gtd-calendar", - "version": "0.5.0", + "version": "0.8.0", "license": "MIT", "dependencies": { "date-fns": "^2.29.3", diff --git a/package.json b/package.json index e9ac55d..1dd7a0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-gtd-calendar", - "version": "0.7.0", + "version": "0.8.0", "scripts": { "test": "jest", "predist": "bash scripts/archive-jpl.sh", diff --git a/src/manifest.json b/src/manifest.json index efd72ef..26dbe95 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.victorwiebe.joplin.plugin.gtd-calendar", "app_min_version": "2.7", - "version": "0.7.0", + "version": "0.8.0", "name": "GTD Calendar", "description": "Day, week, and month calendars populated by your notes and to-dos, with click-through to the source note. Configure with simple YAML blocks. A GTD-friendly fork of Event Calendar by Franco Speziali.", "author": "Victor Wiebe",