Skip to content

Commit 8bd0fa3

Browse files
committed
patch release - Bump to version 1.12.4
1 parent 712ddec commit 8bd0fa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Package.describe({
1010
name: 'useraccounts:flow-routing',
1111
summary: 'UserAccounts package providing routes configuration capability via kadira:flow-router.',
12-
version: '1.12.3',
12+
version: '1.12.4',
1313
git: 'https://github.com/meteor-useraccounts/flow-routing.git'
1414
});
1515

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

2727
api.imply([
2828
29-
'kadira:flow-router@2.1.1',
30-
'useraccounts:[email protected].3'
29+
'kadira:flow-router@2.7.0',
30+
'useraccounts:[email protected].4'
3131
], ['client', 'server']);
3232

3333
api.addFiles([

0 commit comments

Comments
 (0)