mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
@@ -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"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user