Bump package versions for the official 1.4.2.7 release.

This commit is contained in:
Ben Newman
2017-02-13 13:46:57 -05:00
parent 56d7366b54
commit 46ad205fe9
2 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -1,13 +1,14 @@
{
"track": "METEOR",
"version": "1.4.2.6",
"version": "1.4.2.7",
"patchFrom": [
"1.4.2",
"1.4.2.1",
"1.4.2.2",
"1.4.2.3",
"1.4.2.4",
"1.4.2.5"
"1.4.2.5",
"1.4.2.6"
],
"recommended": false,
"official": true,