Skip to content

Commit

Permalink
bump version and update dependencies to fix #11
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbutler committed Oct 9, 2015
1 parent e238adf commit a0c300b
Showing 1 changed file with 3 additions and 3 deletions.
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:controller',
summary: 'Controller class for dynamic layouts.',
version: '1.0.11',
version: '1.0.12',
git: 'https://github.com/iron-meteor/iron-controller'
});

Expand All @@ -16,8 +16,8 @@ Package.on_use(function (api) {
api.use('iron:[email protected]');
api.imply('iron:core');

api.use('iron:[email protected].11');
api.use('iron:[email protected].11');
api.use('iron:[email protected].12');
api.use('iron:[email protected].12');

api.add_files('lib/wait_list.js', 'client');
api.add_files('lib/controller.js');
Expand Down

0 comments on commit a0c300b

Please sign in to comment.