Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 9, 2011
1 parent e2d28cc commit 38e0bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports = module.exports = migrate;
* Library version.
*/

exports.version = '0.0.1';
exports.version = '0.0.2';

function migrate(title, up, down) {
// migration
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "migrate"
, "version": "0.0.1"
, "version": "0.0.2"
, "description": "Abstract migration framework for node"
, "keywords": ["migrate", "migrations"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit 38e0bae

Please sign in to comment.