Skip to content

Commit

Permalink
feat(app): update assets to v1.350 and link to GH releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rektdeckard committed Sep 6, 2024
1 parent 4961d3a commit c660dd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "departure-mono",
"private": true,
"version": "1.346.0",
"version": "1.350.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Binary file added public/assets/DepartureMono-1.350.zip
Binary file not shown.
5 changes: 2 additions & 3 deletions src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import "./header.css";
import { createEffect, createSignal } from "solid-js";

const [MAJOR, MINOR] = version.split(".");
const GITHUB_RELEASES_URL = "https://github.com/rektdeckard/departure-mono/releases/latest";

export function Header() {
return (
Expand All @@ -16,9 +17,7 @@ export function Header() {
<GlitchTitle />
</div>
<menu>
<a href={`/assets/DepartureMono-${MAJOR}.${MINOR}.zip`} download>
↓ DOWNLOAD
</a>
<a href={GITHUB_RELEASES_URL}>↓ DOWNLOAD</a>
<a href="https://buymeacoffee.com/helenazhang">♥ DONATE</a>
</menu>
</div>
Expand Down

0 comments on commit c660dd9

Please sign in to comment.