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
This commit is contained in:
Seba Kerckhof
2019-11-25 15:44:48 +01:00
committed by GitHub
parent 216db74ea4
commit dad1f4e563

View File

@@ -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 => {