Skip to content

Commit

Permalink
Update version in index. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
thadclay committed Jan 24, 2013
1 parent b3d3030 commit e1c462c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

var FastLegS = module.exports = function(db) {
this.version = '0.3.0';
this.version = '0.3.1';
this.db = db || 'pg';
};

Expand Down

0 comments on commit e1c462c

Please sign in to comment.