Skip to content

Commit

Permalink
set date in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AerisG222 committed Aug 12, 2023
1 parent 0c799ba commit c5a13dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/about/ViewReleaseNotes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const ViewApplication: Component = () => {
<>
<h1 class="head1">Release Notes</h1>

<h3 class="head3"><span class="version">v3.0.0</span> : <span class="date">2023-08-??</span></h3>
<h3 class="head3"><span class="version">v3.0.0</span> : <span class="date">2023-08-12</span></h3>
<p>
Application re-write using <a href="https://www.solidjs.com/" class="text-primary">SOLID <strong>JS</strong></a>.
The drivers for this effort include:
Expand Down

0 comments on commit c5a13dd

Please sign in to comment.