From 73278665d95376429eefdbb99ce78fcd491fbcd7 Mon Sep 17 00:00:00 2001
From: dvs1
Date: Wed, 1 Jan 2025 21:20:06 +1000
Subject: Realase 0.0, we are out of negative territory. lol
---
notYetAnotherWiki.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'notYetAnotherWiki.lua')
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua
index 3bcc7d9..9909d53 100755
--- a/notYetAnotherWiki.lua
+++ b/notYetAnotherWiki.lua
@@ -10,7 +10,7 @@ local lcmark = require("lcmark") -- https://github.com/jgm/lcmark
local globalData = {
['_'] = ' ', ['dlr'] = '$', ['karenpurple'] = '#8800ff',
favicon = 'nYAW_icon.png', logo = 'nYAW.png', header = '', --menu = '',
- history = '', footer = 'Powered by notYetAnotherWiki Version -0.1. ',
+ history = '', footer = 'Powered by notYetAnotherWiki version 0.0. ',
}
local Sites, Files, Subs = {}, {}, {}
--
cgit v1.1