Skip to content

Commit 7751f73

Browse files
committed
fix: correct all dates from January to October 2025
CRITICAL DATE FIX: Today is October 16, 2025, not January 16, 2025 Updated all dates in: - app/docs/getting-started/first-document/page.tsx - app/docs/user-guide/page.tsx - app/docs/releases/v1-1/page.tsx All dates now correctly show October 2025
1 parent d8acae4 commit 7751f73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/docs/getting-started/first-document/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function FirstDocumentPage() {
4343
{`@meta {
4444
title: "My First Document";
4545
author: "Your Name";
46-
date: "2025-01-16";
46+
date: "2025-10-16";
4747
theme: default;
4848
}`}
4949
</pre>

app/docs/releases/v1-1/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function V11ReleasePage() {
88
<div className="prose prose-noir max-w-4xl">
99
<h1 id="top">OmniScript v1.1.0 Release</h1>
1010
<p className="lead">
11-
<strong>Release Date:</strong> January 16, 2025<br />
11+
<strong>Release Date:</strong> October 16, 2025<br />
1212
<strong>Status:</strong> ✅ Production Ready<br />
1313
<strong>Compatibility:</strong> 100% backward compatible with v1.0
1414
</p>

app/docs/user-guide/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function UserGuidePage() {
5353
{`@meta {
5454
title: "My Document";
5555
author: "Your Name";
56-
date: "2025-01-16";
56+
date: "2025-10-16";
5757
version: "1.1";
5858
theme: "Corporate";
5959
}`}

0 commit comments

Comments
 (0)