Skip to content

Commit 3a7ffc3

Browse files
committed
minor release - Bump to version 1.4.0
1 parent 0efed63 commit 3a7ffc3

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.3.2",
3+
version: "1.4.0",
44
name: "useraccounts:core",
55
git: "https://github.com/meteor-useraccounts/core.git",
66
});
@@ -68,7 +68,7 @@ Package.on_use(function(api) {
6868
});
6969

7070
Package.on_test(function(api) {
71-
api.use("useraccounts:core@1.3.2");
71+
api.use("useraccounts:core@1.4.0");
7272

7373
api.use([
7474
'accounts-password',

0 commit comments

Comments
 (0)