Skip to content

Commit

Permalink
bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
millermedeiros committed Jan 21, 2013
1 parent fa6bdf8 commit 05a5bfa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Crossroads.js Changelog #

## Next ##
## v0.12.0 (2013/01/21) ##

- improve `Route.interpolate()` to support query strings. (#76)
- make it possible to have a different patternLexer per router. (#67)
Expand Down
4 changes: 2 additions & 2 deletions dist/crossroads.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @license
* crossroads <http://millermedeiros.github.com/crossroads.js/>
* Author: Miller Medeiros | MIT License
* v0.11.0 (2013/01/21 13:45)
* v0.12.0 (2013/01/21 13:47)
*/

(function () {
Expand Down Expand Up @@ -272,7 +272,7 @@ var factory = function (signals) {

//"static" instance
crossroads = new Crossroads();
crossroads.VERSION = '0.11.0';
crossroads.VERSION = '0.12.0';

crossroads.NORM_AS_ARRAY = function (req, vals) {
return [vals.vals_];
Expand Down
4 changes: 2 additions & 2 deletions dist/crossroads.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description" : "Flexible router which can be used in multiple environments",
"keywords" : ["routes", "event", "observer", "routing", "router"],
"homepage" : "http://millermedeiros.github.com/crossroads.js/",
"version" : "0.11.0",
"version" : "0.12.0",
"author" : {
"name" : "Miller Medeiros",
"url" : "http://blog.millermedeiros.com/"
Expand Down

0 comments on commit 05a5bfa

Please sign in to comment.