Merge branch 'master' into devel

This commit is contained in:
Ben Newman
2016-04-15 20:36:04 -04:00
4 changed files with 9 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's latency-compensated distributed data client",
version: '1.2.5',
version: '1.2.6',
documentation: null
});

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's client-side datastore: a port of MongoDB to Javascript",
version: '1.0.14'
version: '1.0.15'
});
Package.onUse(function (api) {

View File

@@ -1,7 +1,8 @@
{
"track": "METEOR",
"version": "1.3.2",
"recommended": false,
"official": true,
"description": "The Official Meteor Distribution"
"track": "METEOR",
"version": "1.3.2.1",
"patchFrom": ["1.3.2"],
"recommended": false,
"official": true,
"description": "The Official Meteor Distribution"
}