Skip to content

Commit

Permalink
minor release - Bump to version 1.6.0
Browse files Browse the repository at this point in the history
splendido committed Jan 28, 2015
1 parent 7e9d1ed commit 09eec60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor sign up and sign in templates core package.",
version: "1.5.0",
version: "1.6.0",
name: "useraccounts:core",
git: "https://github.com/meteor-useraccounts/core.git",
});
@@ -67,7 +67,7 @@ Package.on_use(function(api) {
});

Package.on_test(function(api) {
api.use("useraccounts:core@1.5.0");
api.use("useraccounts:core@1.6.0");

api.use([
'accounts-password',

0 comments on commit 09eec60

Please sign in to comment.