From 4ea9f257a86e8d92a3ced5cd56c6773c727b5931 Mon Sep 17 00:00:00 2001 From: kikito Date: Mon, 29 Oct 2012 00:45:08 +0100 Subject: [PATCH] bumped version to 1.2 --- cron.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.lua b/cron.lua index a9898e8..de0a823 100644 --- a/cron.lua +++ b/cron.lua @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------------------------------------------------- --- cron.lua - v1.1 (2011-04) +-- cron.lua - v1.2 (2012-10) -- Enrique GarcĂ­a Cota - enrique.garcia.cota [AT] gmail [DOT] com -- time-related functions for Lua. -- inspired by Javascript's setTimeout and setInterval