version bump for rc11

This commit is contained in:
David Glasser
2014-08-21 17:59:56 -07:00
parent 5fbb8bc9f1
commit 53a844770f
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Given the set of the constraints, picks a satisfying configuration",
version: "1.0.5"
version: "1.0.6"
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's latency-compensated distributed data framework",
version: '1.0.6'
version: '1.0.7'
});
// We use 'faye-websocket' for connections in server-to-server DDP, mostly

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Meetup OAuth flow",
version: "1.0.0"
version: "1.0.1"
});
Package.on_use(function(api) {

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Parses Meteor Smart Package version string",
version: "1.0.3"
version: "1.0.4"
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
{
"track": "METEOR-CORE",
"version": "0.9.0-rc10",
"version": "0.9.0-rc11",
"recommended": false,
"official": true,
"description": "An experimental release of meteor."