mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Bump package versions for the official 1.5.4.1 release.
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user