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 44afeab356af17c8f594ce79c57116384d200c56
parent bc08aa5823699eee798acd78a9db84097f43f4e5
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun,  2 Jul 2023 18:46:14 +0200

feat: bump 0.5-nightly

Diffstat:
Mpackage.json | 2+-
Msrc/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.4.0", + "version": "0.5.0-nightly", "type": "module", "scripts": { "dev": "vite", diff --git a/src/App.jsx b/src/App.jsx @@ -53,7 +53,7 @@ function Layout({session}) { </main> <footer> <br /> - <span className='version'>MyHeats <a href="https://code.in0rdr.ch/myheats/refs.html">v0.4</a></span> + <span className='version'>MyHeats <a href="https://code.in0rdr.ch/myheats/refs.html">v0.5-nightly</a></span> <span className='login'> {session ? <button onClick={() => supabase.auth.signOut()}> Sign out {session.user.email} </button> : <NavLink