From 9375351b02f48cb6ee4e43d9a09f301d78394f8f Mon Sep 17 00:00:00 2001 From: Jason Self Date: Tue, 14 Oct 2014 11:22:08 -0700 Subject: [PATCH] OOps, forgot to update the version number here. --- digits.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digits.pl b/digits.pl index cca065a..fd23070 100755 --- a/digits.pl +++ b/digits.pl @@ -221,7 +221,7 @@ sub display_text { $| = 1; print "\033[2J"; print "\033[0;0H"; - print "\t\t\t" . '*** DIGITS 1.0.1 ***' . "\n"; + print "\t\t\t" . '*** DIGITS 1.0.2 ***' . "\n"; print "Homepage: http://jxself.org/digits.shtml\n\n"; print "Copyright (C) 2013 Jason Self \n\n"; print "Licensed under the GNU AGPL v3 or any later version.\n\n"; -- 2.31.1