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 9580bb7 commit 1138d16
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.2',
version: '1.12.3',
git: 'https://github.com/meteor-useraccounts/flow-routing.git'
});

Expand All @@ -27,7 +27,7 @@ Package.onUse(function(api) {
api.imply([
'kadira:[email protected]',
'kadira:[email protected]',
'useraccounts:[email protected].2'
'useraccounts:[email protected].3'
], ['client', 'server']);

api.addFiles([
Expand Down

0 comments on commit 1138d16

Please sign in to comment.