Skip to content

Commit

Permalink
Bump accounts-base package version to 1.4.4.
Browse files Browse the repository at this point in the history
This should have been done when PR meteor#10299 was first merged. Thankfully,
@macrozone discovered the problem while diagnosing issue meteor#10530.

Should fix meteor#10530.
  • Loading branch information
Ben Newman committed Apr 23, 2019
1 parent 5e24494 commit 36c4ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/accounts-base/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "A user account system",
version: "1.4.3",
version: "1.4.4",
});

Package.onUse(api => {
Expand Down

0 comments on commit 36c4ae0

Please sign in to comment.