This commit is contained in:
callumalpass 2025-10-12 14:48:44 +11:00
parent c3e2aa4c7b
commit ed5bf10a6c
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "tasknotes",
"name": "TaskNotes",
"version": "3.25.2",
"version": "3.25.3",
"minAppVersion": "1.0.0",
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
"author": "Callum Alpass",

View file

@ -1,6 +1,6 @@
{
"name": "tasknotes",
"version": "3.25.2",
"version": "3.25.3",
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
"main": "main.js",
"scripts": {

View file

@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"0.7.0": "1.0.0",
"3.24.6": "1.0.0",
"3.25.2": "1.0.0"
"3.25.2": "1.0.0",
"3.25.3": "1.0.0"
}