Skip to content

Commit 57f91cc

Browse files
committed
patch release - Bump to version 1.14.1
1 parent 94d6cf6 commit 57f91cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.js

+2-2
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.14.0',
12+
version: '1.14.1',
1313
git: 'https://github.com/meteor-useraccounts/flow-routing.git',
1414
});
1515

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

2626
api.imply([
2727
28-
'useraccounts:[email protected].0',
28+
'useraccounts:[email protected].1',
2929
], ['client', 'server']);
3030

3131
api.use([

0 commit comments

Comments
 (0)