Skip to content

Commit 75afee7

Browse files
committed
Added Plausible & semver bump
1 parent fa1f832 commit 75afee7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bithunt",
33
"private": true,
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

src/app.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@
1010
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
1111
rel="stylesheet"
1212
/>
13+
14+
<!-- Plausible -->
15+
<script
16+
defer
17+
data-domain="hunt.cspp.ie"
18+
src="https://plausible.cspp.ie/js/script.file-downloads.outbound-links.js"
19+
></script>
20+
<script>
21+
window.plausible =
22+
window.plausible ||
23+
function () {
24+
(window.plausible.q = window.plausible.q || []).push(arguments);
25+
};
26+
</script>
27+
1328
<meta name="viewport" content="width=device-width, initial-scale=1" />
1429
%sveltekit.head%
1530
</head>

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<title>BitHunt</title>
2020
</svelte:head>
2121

22-
<div class="absolute bottom-0 left-0 m-5 font-mono text-sm text-neutral-500">v2.01</div>
22+
<div class="absolute bottom-0 left-0 m-5 font-mono text-sm text-neutral-500">v2.02</div>
2323

2424
<div class="w-full p-2 md:w-1/2 md:p-0">
2525
<Card class="m-4 flex flex-col items-center justify-center text-center">

0 commit comments

Comments
 (0)