Bump package versions for the official 1.5.4.1 release.

This commit is contained in:
Ben Newman
2017-12-08 13:35:15 -05:00
parent 44ade416b1
commit a436fde109
2 changed files with 11 additions and 3 deletions

View File

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

View File

@@ -1,8 +1,16 @@
{
"track": "METEOR",
"version": "1.5.4",
"version": "1.5.4.1",
"recommended": false,
"official": true,
"patchFrom": ["1.5", "1.5.1", "1.5.2", "1.5.2.1", "1.5.2.2", "1.5.3"],
"patchFrom": [
"1.5",
"1.5.1",
"1.5.2",
"1.5.2.1",
"1.5.2.2",
"1.5.3",
"1.5.4"
],
"description": "The Official Meteor Distribution"
}