myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 0bcba1a3cae55e2616f37cef477b827d3ba4fcaa
parent 2d2d27ee9cfb24fb5b1fed1582178c8e5a24344e
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Fri, 27 Sep 2024 00:21:33 +0200

feat: bump 0.6-nightly

Diffstat:
Mpackage.json | 2+-
Msrc/frontend/App.jsx | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json @@ -1,7 +1,7 @@ { "name": "myheats", "private": true, - "version": "0.5.0", + "version": "0.6.0-nightly", "type": "module", "scripts": { "dev": "vite", diff --git a/src/frontend/App.jsx b/src/frontend/App.jsx @@ -55,7 +55,7 @@ function Layout() { </main> <footer> <br /> - <span className='version'>MyHeats <a href="https://code.in0rdr.ch/myheats/refs.html">v0.5</a></span> + <span className='version'>MyHeats <a href="https://code.in0rdr.ch/myheats/refs.html">v0.6-nightly</a></span> <span className='login'> {session.auth ? <button onClick={() => destroySession('auth')}>Sign out {session.auth.email}</button> : <NavLink