From f4fb0efba18387c856ea978ce2c871266e32371c Mon Sep 17 00:00:00 2001 From: SDCore Date: Thu, 13 Aug 2026 13:04:36 -0500 Subject: [PATCH 1/2] Fix Times --- src/app/todo/daily.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/todo/daily.json b/src/app/todo/daily.json index d3e7b39..581ea3c 100644 --- a/src/app/todo/daily.json +++ b/src/app/todo/daily.json @@ -32,7 +32,7 @@ "desc": "Conduct a thorough inspection of the site to identify any potential issues.", "type": "4", "timeStart": "12", - "timeEnd": "2", + "timeEnd": "14", "textStart": "12 PM", "textEnd": "2 PM" }, @@ -40,8 +40,8 @@ "title": "Site Inspection Checklist", "desc": "Conduct a thorough inspection of the site to identify any potential issues.", "type": "4", - "timeStart": "2", - "timeEnd": "4", + "timeStart": "14", + "timeEnd": "16", "textStart": "2 PM", "textEnd": "4 PM" }, @@ -49,8 +49,8 @@ "title": "Site Inspection Checklist", "desc": "Conduct a thorough inspection of the site to identify any potential issues.", "type": "4", - "timeStart": "4", - "timeEnd": "6", + "timeStart": "16", + "timeEnd": "18", "textStart": "4 PM", "textEnd": "6 PM" }, -- 2.45.2 From e869e4d3236808a982cb7f881d1c6bf68be1a40d Mon Sep 17 00:00:00 2001 From: SDCore Date: Thu, 13 Aug 2026 13:04:43 -0500 Subject: [PATCH 2/2] 0.0.15 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cafb131..c4d1c4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "raceway", - "version": "0.0.14", + "version": "0.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "raceway", - "version": "0.0.14", + "version": "0.0.15", "dependencies": { "@marzzelo/windir": "^1.2.3", "next": "^16.3.0", diff --git a/package.json b/package.json index b1cf9b1..64fdf30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raceway", - "version": "0.0.14", + "version": "0.0.15", "private": true, "scripts": { "dev": "next dev", -- 2.45.2