commit 1be724bdc4cf2688e782798ced859637ef33f56d
parent 55836661bf2b57a432e82e4fa8e5c8f1a7a2415b
Author: lash <dev@holbrook.no>
Date: Sat, 12 Nov 2022 10:54:35 +0000
Correct forro repo link in heading
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
@@ -78,7 +78,7 @@
>
- <h1><a href="https://git.defalsify.org/cgit/forro"
+ <h1><a href="https://git.defalsify.org/forro"
x-text="getTitle"></a>
</h1>
diff --git a/top.js b/top.js
@@ -40,6 +40,6 @@ let g_state = 0;
let g_helpstate = 0;
let g_counter = undefined;
let g_files = {};
-let g_version = '0.0.8';
+let g_version = '0.0.9';
let g_from = 'no-reply@localhost';
let g_from_name = 'Forro v' + g_version;