Bump package versions for the official 1.4.2.4 release.

This commit is contained in:
Ben Newman
2017-02-02 10:26:13 -05:00
parent 52d93d0f01
commit ec92486642
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "The Meteor command-line tool",
version: '1.4.2-4-rc.1'
version: '1.4.2_4'
});
Package.includeTool();

View File

@@ -1,7 +1,7 @@
{
"track": "METEOR",
"version": "1.4.2.3",
"patchFrom": ["1.4.2", "1.4.2.1", "1.4.2.2"],
"version": "1.4.2.4",
"patchFrom": ["1.4.2", "1.4.2.1", "1.4.2.2", "1.4.2.3"],
"recommended": false,
"official": true,
"description": "The Official Meteor Distribution"