Skip to content

Commit

Permalink
(dist) version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jul 29, 2010
1 parent 38328ac commit cb6d537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/journey.js
Expand Up @@ -53,7 +53,7 @@ var NotImplemented = function (msg) {
};

journey.env = 'development';
journey.version = [0, 2, 5];
journey.version = [0, 2, 6];

//
// The Router
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies" : [],
"lib" : "lib",
"main" : "./lib/journey",
"version" : "0.2.5",
"version" : "0.2.6",
"directories" : { "lib": "./lib/journey", "test": "./test" },
"engines" : { "node": "> 0.1.93" }
}

0 comments on commit cb6d537

Please sign in to comment.