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