Skip to content

Commit

Permalink
patch release - Bump to version 1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Oct 10, 2015
1 parent 712ddec commit 8bd0fa3
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
Expand Up @@ -9,7 +9,7 @@
Package.describe({
name: 'useraccounts:flow-routing',
summary: 'UserAccounts package providing routes configuration capability via kadira:flow-router.',
version: '1.12.3',
version: '1.12.4',
git: 'https://github.com/meteor-useraccounts/flow-routing.git'
});

Expand All @@ -26,8 +26,8 @@ Package.onUse(function(api) {

api.imply([
'kadira:[email protected]',
'kadira:flow-router@2.1.1',
'useraccounts:[email protected].3'
'kadira:flow-router@2.7.0',
'useraccounts:[email protected].4'
], ['client', 'server']);

api.addFiles([
Expand Down

0 comments on commit 8bd0fa3

Please sign in to comment.