Skip to content

Commit 5f52928

Browse files
committed
patch release - Bump to version 1.13.1
1 parent 94caba4 commit 5f52928

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.13.0',
5+
version: '1.13.1',
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].0');
82+
api.use('useraccounts:[email protected].1');
8383

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

0 commit comments

Comments
 (0)