From 3ffb5130fa58a0000a679ec648948694d491a8ab Mon Sep 17 00:00:00 2001 From: kikito Date: Mon, 29 Oct 2012 20:33:12 +0100 Subject: [PATCH] bump version to 1.2.1 --- cron.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.lua b/cron.lua index 0dc2fa9..25b8013 100644 --- a/cron.lua +++ b/cron.lua @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------------------------------------------------- --- cron.lua - v1.2 (2012-10) +-- cron.lua - v1.2.1 (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