diff options
author | Dominic DiTaranto <domdit@gmail.com> | 2024-10-29 12:08:37 -0400 |
---|---|---|
committer | Dominic DiTaranto <domdit@gmail.com> | 2024-10-29 12:08:37 -0400 |
commit | 7bb09a78316bd17ccf82ec96ae05e6729826efea (patch) | |
tree | 60233894e3c98b5a275b5da39166faed79b8429a /web | |
parent | 3057b52a9c1ae4333ce76954c143f81fe0681d46 (diff) |
footer
Diffstat (limited to 'web')
-rw-r--r-- | web/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/base.html b/web/templates/base.html index b5bc4a3..ace1eca 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -32,7 +32,7 @@ </div> <div> - <small class="p-5">Version 1.0 | Created By <a href="https://www.domdit.com" target="_blank">Dominic DiTaranto</a> | Questions/Suggestions: me@domdit.com | Last Update 09/22/2024</small> + <small class="p-5">Version 1.0.1 | Created By <a href="https://www.domdit.com" target="_blank">Dominic DiTaranto</a> | Questions/Suggestions: me@domdit.com | Last Update 10/29/2024</small> </div> </body> |