Skip to content

Commit 2a05e04

Browse files
committed
minor release - Bump to version 1.7.0
1 parent b731883 commit 2a05e04

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.6.1",
3+
version: "1.7.0",
44
name: "useraccounts:core",
55
git: "https://github.com/meteor-useraccounts/core.git",
66
});
@@ -72,7 +72,7 @@ Package.on_use(function(api) {
7272
});
7373

7474
Package.on_test(function(api) {
75-
api.use("useraccounts:core@1.6.1");
75+
api.use("useraccounts:core@1.7.0");
7676

7777
api.use([
7878
'accounts-password',

0 commit comments

Comments
 (0)