Skip to content

Commit

Permalink
update dependencies and bump version to fix #1452
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbutler committed Oct 9, 2015
1 parent 15a3375 commit bbdb125
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ geojson-utils@1.0.3
html-tools@1.0.4
htmljs@1.0.4
id-map@1.0.3
iron:controller@1.0.8
iron:controller@1.0.12
iron:core@1.0.8
iron:dynamic-template@1.0.8
iron:layout@1.0.8
iron:dynamic-template@1.0.12
iron:layout@1.0.12
iron:location@1.0.9
iron:middleware-stack@1.0.9
iron:router@1.0.9
iron:router@1.0.12
iron:url@1.0.9
jquery@1.11.3_2
json@1.0.3
Expand Down
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'iron:router',
summary: 'Routing specifically designed for Meteor',
version: '1.0.11',
version: '1.0.12',
git: 'https://github.com/iron-meteor/iron-router'
});

Expand Down Expand Up @@ -29,7 +29,7 @@ Package.on_use(function (api) {
api.imply('iron:core');

// ui layout
api.use('iron:layout@1.0.11');
api.use('iron:layout@1.0.12');

// connect like middleware stack for client/server
api.use('iron:middleware-stack@1.0.11');
Expand All @@ -41,7 +41,7 @@ Package.on_use(function (api) {
api.use('iron:location@1.0.11');

// for RouteController which inherits from this
api.use('iron:controller@1.0.11');
api.use('iron:controller@1.0.12');

api.add_files('lib/current_options.js');
api.add_files('lib/http_methods.js');
Expand Down

0 comments on commit bbdb125

Please sign in to comment.