Skip to content

Commit

Permalink
minor release - Bump to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Jan 23, 2015
1 parent 50e6dc0 commit 21f05b4
Show file tree
Hide file tree
Showing 2 changed files with 62 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.4.1",
version: "1.5.0",
name: "useraccounts:core",
git: "https://github.com/meteor-useraccounts/core.git",
});
Expand Down Expand Up @@ -68,7 +68,7 @@ Package.on_use(function(api) {
});

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

api.use([
'accounts-password',
Expand Down

0 comments on commit 21f05b4

Please sign in to comment.