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
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:[email protected].11');
api.use('iron:[email protected].12');

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

// for RouteController which inherits from this
api.use('iron:[email protected].11');
api.use('iron:[email protected].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.