Skip to content

Commit ec1434b

Browse files
committed
patch release - Bump to version 1.11.1
1 parent 909ac80 commit ec1434b

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
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: 'Meteor sign up and sign in templates core package.',
3-
version: '1.11.0',
3+
version: '1.11.1',
44
name: 'useraccounts:core',
55
git: 'https://github.com/meteor-useraccounts/core.git',
66
});
@@ -74,7 +74,7 @@ Package.on_use(function(api) {
7474
});
7575

7676
Package.on_test(function(api) {
77-
api.use('useraccounts:core@1.11.0');
77+
api.use('useraccounts:core@1.11.1');
7878

7979
api.use([
8080
'accounts-password',

0 commit comments

Comments
 (0)