Release v1.0.3 - UI text improvements

This commit is contained in:
Raoul Jacobs 2025-11-17 09:52:10 +01:00
parent 3ae738b61a
commit 97db6c49ca
3 changed files with 5 additions and 4 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}