Skip to content

Commit

Permalink
Merge pull request #53 from ModelN/release046
Browse files Browse the repository at this point in the history
Release 0.4.6
  • Loading branch information
geekdave committed Apr 29, 2015
2 parents 8837dfc + 9f3000c commit ac4f8d6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ The test specs can also be run online [here](http://modeln.github.com/backbone.s

## Version History

### 0.4.6
*Released 29 April 2015*

* [Allows for](https://github.com/ModelN/backbone.subroute/pull/52) using Backbone.history.loadUrl() into an uninitialized subRoute (Thanks, [oskbor](https://github.com/oskbor)!)

### 0.4.5
*Released 13 October 2014*

Expand Down
2 changes: 1 addition & 1 deletion backbone.subroute.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// backbone-subroute 0.4.5
// backbone-subroute 0.4.6
//
// Copyright (C) 2012 Dave Cadwallader, Model N, Inc.
// Distributed under the MIT License
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone.subroute",
"version": "0.4.5",
"version": "0.4.6",
"main": "dist/backbone.subroute.min.js",
"ignore": [
"spec",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backbone.subroute",
"description": "Backbone.subroute extends the functionality of Backbone.router such that each of an application's modules can define its own module-specific routes.",
"version": "0.4.5",
"version": "0.4.6",
"homepage": "https://github.com/ModelN/backbone.subroute",
"author": {
"name": "Dave Cadwallader",
Expand Down Expand Up @@ -31,16 +31,16 @@
},
"devDependencies": {
"backbone": "~1.1.0",
"grunt": "~0.4",
"grunt": "^0.4.5",
"grunt-cli": "~0.1",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-jasmine": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-jsbeautifier": "~0.2.2",
"grunt-template-jasmine-istanbul": "^0.3.0",
"grunt-template-jasmine-requirejs": "^0.2.0",
"grunt-version": "^0.3.0",
"grunt-version": "^1.0.0",
"jasmine-sinon": "^0.4.0",
"sinon": "~1.10.3",
"underscore": "^1.6.0"
Expand Down

0 comments on commit ac4f8d6

Please sign in to comment.