Skip to content

Commit 9dd207a

Browse files
committed
patch release - Bump to version 1.14.2
1 parent a8d760b commit 9dd207a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Package.describe({
44
summary: 'Meteor sign up and sign in templates core package.',
5-
version: '1.14.1',
5+
version: '1.14.2',
66
name: 'useraccounts:core',
77
git: 'https://github.com/meteor-useraccounts/core.git',
88
});
@@ -79,7 +79,7 @@ Package.onUse(function(api) {
7979
});
8080

8181
Package.onTest(function(api) {
82-
api.use('useraccounts:[email protected].1');
82+
api.use('useraccounts:[email protected].2');
8383

8484
api.use([
8585
'accounts-password',

0 commit comments

Comments
 (0)