diff --git a/README.md b/README.md index 42e3d03..ae5e611 100644 --- a/README.md +++ b/README.md @@ -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* diff --git a/backbone.subroute.js b/backbone.subroute.js index efc4ddc..32fb9f0 100644 --- a/backbone.subroute.js +++ b/backbone.subroute.js @@ -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 diff --git a/bower.json b/bower.json index 3a48081..8f7ef71 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "backbone.subroute", - "version": "0.4.5", + "version": "0.4.6", "main": "dist/backbone.subroute.min.js", "ignore": [ "spec", diff --git a/package.json b/package.json index 41cc4fd..4d09080 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"