Bump modules package version to 0.8.1-beta.4.

The 0.8.0 version line was colliding with release-1.5, causing the modules
package not to be published during the release-1.4.3.x release process,
similar to what was happening with the ecmascript package:
https://github.com/meteor/meteor/issues/8423#issuecomment-287332131
This commit is contained in:
Ben Newman
2017-03-17 19:14:30 -04:00
parent 5ab626cead
commit 10ded86338

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "modules",
version: "0.8.0-beta.4",
version: "0.8.1-beta.4",
summary: "CommonJS module system",
documentation: "README.md"
});