From d7bc9da758257d78b7085c48a5ed42650132ba1b Mon Sep 17 00:00:00 2001 From: Raphael Mobis Tacla Date: Sun, 13 Dec 2015 18:10:39 -0200 Subject: [PATCH] Bump version --- lib/Leonardo.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Leonardo.lua b/lib/Leonardo.lua index aa72b6e..d4fc00d 100644 --- a/lib/Leonardo.lua +++ b/lib/Leonardo.lua @@ -1,12 +1,12 @@ --[[ Leonardo's Library Created: 15/01/2014 - Version: 1.6.1 - Updated: 27/09/2015 + Version: 1.6.2 + Updated: 13/12/2015 Last Changelog: - Fixed isontemple + Fixed withdrawitems --]] @@ -14,7 +14,7 @@ -- GLOBALS AND LOCAL VARIABLES LIBS = LIBS or {} -LIBS.LEONARDO = "1.6.1" +LIBS.LEONARDO = "1.6.2" POLICY_NONE = 'None' POLICY_CAVEBOT = 'Cavebot'