From 1e822605818b36528da2650cf7847d7ae2139593 Mon Sep 17 00:00:00 2001 From: Billy Wilcosky <41351317+zerosonesfun@users.noreply.github.com> Date: Sun, 19 May 2024 19:21:17 -0400 Subject: [PATCH] Update terminal2.html Update version number Signed-off-by: Billy Wilcosky <41351317+zerosonesfun@users.noreply.github.com> --- terminal2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal2.html b/terminal2.html index 2a43019..b1ba9ad 100644 --- a/terminal2.html +++ b/terminal2.html @@ -227,7 +227,7 @@ } // Initial welcome message - typeResponse('Welcome to terminal billy! Type "help" to see available commands. This is version 2.0.0. To contribute look for zerosonesfun/terminal-billy on GitHub.\n'); + typeResponse('Welcome to terminal billy! Type "help" to see available commands. This is version 2.0.1. To contribute look for zerosonesfun/terminal-billy on GitHub.\n'); });