diff --git a/kristify.lua b/kristify.lua index 4419795..f896235 100644 --- a/kristify.lua +++ b/kristify.lua @@ -19,7 +19,7 @@ term.setTextColor(colors.orange) term.write("Update available for Kristify! ") term.setTextColor(colors.lightGray) - print(newV.."->"..version) + print(version.." (current) --> ".. newV .. " (latest)") term.setTextColor(colors.white) print("Run \'kristify.lua -u\' or --update") sleep(0.8)