Skip to content

Commit

Permalink
patch release - Bump to version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Jan 28, 2015
1 parent a526dc8 commit cce5083
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ iron:[email protected]
iron:[email protected]
[email protected]
[email protected]
local-test:useraccounts:core@1.5.0
local-test:useraccounts:core@1.6.0
[email protected]
[email protected]
[email protected]
Expand All @@ -55,6 +55,6 @@ [email protected]
[email protected]
[email protected]
[email protected]
useraccounts:core@1.5.0
useraccounts:core@1.6.0
[email protected]
[email protected]
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.6.0",
version: "1.6.1",
name: "useraccounts:core",
git: "https://github.com/meteor-useraccounts/core.git",
});
Expand Down Expand Up @@ -67,7 +67,7 @@ Package.on_use(function(api) {
});

Package.on_test(function(api) {
api.use("useraccounts:[email protected].0");
api.use("useraccounts:[email protected].1");

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

0 comments on commit cce5083

Please sign in to comment.