Bump package versions for the official 1.4.2.3 release.

This commit is contained in:
Ben Newman
2016-11-17 13:45:10 -05:00
parent 063d2513a3
commit 8d76fb01ff
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-3-rc.0'
version: '1.4.2_3'
});
Package.includeTool();

View File

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