Skip to content

Commit

Permalink
minor release - Bump to version 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Dec 5, 2015
1 parent e96f272 commit f003af2
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:flow-routing',
summary: 'UserAccounts package providing routes configuration capability via kadira:flow-router.',
version: '1.12.4',
version: '1.13.0',
git: 'https://github.com/meteor-useraccounts/flow-routing.git',
});

Expand All @@ -25,7 +25,7 @@ Package.onUse(function(api) {

api.imply([
'kadira:[email protected]',
'useraccounts:core@1.12.4',
'useraccounts:core@1.13.0',
], ['client', 'server']);

api.use([
Expand Down

0 comments on commit f003af2

Please sign in to comment.