From 23e35baf1bd9f17248ca0a51e47a67e9f69f7dd0 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 8 Jun 2017 00:06:34 -0400 Subject: [PATCH] Update version --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index d27ac64..a16ea6d 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -118,7 +118,7 @@ int main(void) { TWLCard* card = NULL; consoleClear(); - printf("\x1b[1m\x1b[0;12HTWLSaveTool 1.1 by TuxSH\x1B[0m\n\n\n"); + printf("\x1b[1m\x1b[0;12HTWLSaveTool 1.2 by TuxSH\x1B[0m\n\n\n"); try { card = new TWLCard; } HANDLE_INIT_ERRORS(true)