From 97db6c49ca3b68cc52e6e6cdc3fc61dcfc61bb39 Mon Sep 17 00:00:00 2001 From: Raoul Jacobs Date: Mon, 17 Nov 2025 09:52:10 +0100 Subject: [PATCH] Release v1.0.3 - UI text improvements --- manifest.json | 2 +- package.json | 4 ++-- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 071d61a..d7456d1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "task-export-to-csv", "name": "Task Export Tool", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "1.0.0", "description": "Export outstanding tasks to CSV for time tracking integration (e.g. ManicTime).", "author": "Raoul Jacobs", diff --git a/package.json b/package.json index 709d39c..ed1acd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "obsidian-task-export-plugin", - "version": "1.0.2", + "name": "obsidian-task-export-plugin", + "version": "1.0.3", "description": "Export outstanding tasks from Obsidian vault to CSV for ManicTime integration", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e479456..f99b5f4 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "1.0.0", "1.0.1": "1.0.0", - "1.0.2": "1.0.0" + "1.0.2": "1.0.0", + "1.0.3": "1.0.0" }