commit c6bada8f010b9b38d691efd4348e0691df138b1d parent 22830af6a7946243c2d9e7982e2b815bd7a2db6a Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Fri, 7 Apr 2023 19:27:22 +0200 bump 0.4-nightly Diffstat:
M | src/App.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App.js b/src/App.js @@ -28,7 +28,7 @@ function Layout({session}) { <Outlet /> <div> <br /> - MyHeats <a href="https://code.in0rdr.ch/myheats/refs.html">v0.3</a> + MyHeats <a href="https://code.in0rdr.ch/myheats/refs.html">v0.4-nightly</a> </div> </div> )