From dad1f4e56334dc0220bb620c6ba97246784fbe3a Mon Sep 17 00:00:00 2001 From: Seba Kerckhof Date: Mon, 25 Nov 2019 15:44:48 +0100 Subject: [PATCH] Bump version to republish Should be republished, since the published 1.5.1 is outdated and still contains underscore. https://github.com/meteor/meteor/issues/10788 --- packages/accounts-password/package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/accounts-password/package.js b/packages/accounts-password/package.js index 5d614113d5..165a413547 100644 --- a/packages/accounts-password/package.js +++ b/packages/accounts-password/package.js @@ -5,7 +5,7 @@ Package.describe({ // 2.2.x in the future. The version was also bumped to 2.0.0 temporarily // during the Meteor 1.5.1 release process, so versions 2.0.0-beta.2 // through -beta.5 and -rc.0 have already been published. - version: "1.5.1" + version: "1.5.2" }); Package.onUse(api => {