This commit is contained in:
David Glasser
2014-08-25 22:50:33 -07:00
parent f7c6f505ac
commit 6cf7addcdc
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.0.24'
version: '1.0.25'
});
Package.includeTool();

View File

@@ -1,8 +1,9 @@
{
"track": "METEOR",
"version": "0.9.0-rc21",
"version": "0.9.0-rc22",
"patchFrom": ["0.9.0-rc13", "0.9.0-rc14", "0.9.0-rc15", "0.9.0-rc16",
"0.9.0-rc17", "0.9.0-rc18", "0.9.0-rc19", "0.9.0-rc20"],
"0.9.0-rc17", "0.9.0-rc18", "0.9.0-rc19", "0.9.0-rc20",
"0.9.0-rc21"],
"recommended": false,
"official": true,
"description": "The official Meteor distribution."