Skip to content

Commit

Permalink
patch release - Bump to version 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Apr 11, 2016
1 parent 18a0d1a commit f7714c9
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
Expand Up @@ -2,7 +2,7 @@

Package.describe({
summary: 'Meteor sign up and sign in templates core package.',
version: '1.14.0',
version: '1.14.1',
name: 'useraccounts:core',
git: 'https://github.com/meteor-useraccounts/core.git',
});
Expand Down Expand Up @@ -79,7 +79,7 @@ Package.onUse(function(api) {
});

Package.onTest(function(api) {
api.use('useraccounts:core@1.14.0');
api.use('useraccounts:core@1.14.1');

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

0 comments on commit f7714c9

Please sign in to comment.