Skip to content

Commit

Permalink
patch release - Bump to version 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Aug 21, 2015
1 parent 5eb4919 commit 47bf7b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Package.describe({
name: 'useraccounts:iron-routing',
summary: 'UserAccounts package providing routes configuration capability via iron:router.',
version: '1.12.2',
version: '1.12.3',
git: 'https://github.com/meteor-useraccounts/iron-routing.git'
});

Expand All @@ -24,7 +24,7 @@ Package.onUse(function(api) {
], ['client', 'server']);

api.imply([
'useraccounts:[email protected].2',
'useraccounts:[email protected].3',
'iron:[email protected]',
], ['client', 'server']);

Expand Down

0 comments on commit 47bf7b0

Please sign in to comment.