my website at ewancroft.uk

chore: version bump

ewancroft.uk eccdc7e9 11a9a83c

verified
Changed files
+5 -5
src
lib
components
layout
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "website", 3 - "version": "10.3.4", 3 + "version": "10.4.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "website", 9 - "version": "10.3.4", 9 + "version": "10.4.0", 10 10 "dependencies": { 11 11 "@atproto/api": "^0.18.1", 12 12 "@lucide/svelte": "^0.554.0",
+1 -1
package.json
··· 1 1 { 2 2 "name": "website", 3 3 "private": true, 4 - "version": "10.3.4", 4 + "version": "10.4.0", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite dev",
+2 -2
src/lib/components/layout/Footer.svelte
··· 93 93 type="button" 94 94 onclick={() => happyMacStore.incrementClick()} 95 95 class="cursor-default select-none transition-colors hover:text-ink-600 dark:hover:text-ink-300" 96 - aria-label="Version 10.3.4{showHint ? ` - ${$happyMacStore.clickCount} of 24 clicks` : ''}" 96 + aria-label="Version 10.4.0{showHint ? ` - ${$happyMacStore.clickCount} of 24 clicks` : ''}" 97 97 title={showHint ? `${$happyMacStore.clickCount}/24` : ''} 98 98 > 99 - v10.3.4{#if showHint}<span class="ml-1 text-xs opacity-60">({$happyMacStore.clickCount}/24)</span>{/if} 99 + v10.4.0{#if showHint}<span class="ml-1 text-xs opacity-60">({$happyMacStore.clickCount}/24)</span>{/if} 100 100 </button> 101 101 </div> 102 102 </div>