From d459b6bed530b01b19d001593033c19b5c702c4f Mon Sep 17 00:00:00 2001 From: Drew Ditthardt Date: Fri, 3 Jan 2014 11:47:11 -0800 Subject: [PATCH] update version --- resty-mongol-0.4-0.rockspec => resty-mongol-0.5-0.rockspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename resty-mongol-0.4-0.rockspec => resty-mongol-0.5-0.rockspec (94%) diff --git a/resty-mongol-0.4-0.rockspec b/resty-mongol-0.5-0.rockspec similarity index 94% rename from resty-mongol-0.4-0.rockspec rename to resty-mongol-0.5-0.rockspec index 7d60385..a88cd14 100644 --- a/resty-mongol-0.4-0.rockspec +++ b/resty-mongol-0.5-0.rockspec @@ -1,8 +1,8 @@ package = "resty-mongol" -version = "0.4-0" +version = "0.5-0" source = { - url = "https://github.com/Olivine-Labs/resty-mongol/archive/v0.4.tar.gz", - dir = "resty-mongol-0.4" + url = "https://github.com/Olivine-Labs/resty-mongol/archive/v0.5.tar.gz", + dir = "resty-mongol-0.5" } description = { summary = "Mongo driver for openresty.",