From e1c462c11084d494310f33f7a6ea036ba66b0412 Mon Sep 17 00:00:00 2001 From: thadclay Date: Thu, 24 Jan 2013 11:11:48 -0500 Subject: [PATCH] Update version in index. [ci skip] --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 1cad4a4..7789ee1 100644 --- a/lib/index.js +++ b/lib/index.js @@ -3,7 +3,7 @@ */ var FastLegS = module.exports = function(db) { - this.version = '0.3.0'; + this.version = '0.3.1'; this.db = db || 'pg'; };