From d069eaa8099883d29330ffd7a0f88fba02a36028 Mon Sep 17 00:00:00 2001 From: yago Date: Sun, 15 Feb 2015 16:59:46 +0100 Subject: [PATCH] updated version --- bot/bot.lua | 2 +- plugins/gps.lua | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bot/bot.lua b/bot/bot.lua index 3f26c53..9cd26c8 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -5,7 +5,7 @@ json = (loadfile "./libs/JSON.lua")() serpent = (loadfile "./libs/serpent.lua")() require("./bot/utils") -VERSION = '0.9.1' +VERSION = '0.9.2' function on_msg_receive (msg) vardump(msg) diff --git a/plugins/gps.lua b/plugins/gps.lua index 28c2eea..2f37d78 100644 --- a/plugins/gps.lua +++ b/plugins/gps.lua @@ -21,5 +21,4 @@ return { usage = "!gps latitude,longitude: generates a map showing the given GPS coordinates", patterns = {"^!gps ([^,]*)[,%s]([^,]*)$"}, run = run -} - +} \ No newline at end of file