Bump package versions for 1.8.1-beta.11 release.

This commit is contained in:
Ben Newman
2019-01-06 19:12:05 -05:00
parent e25415927f
commit 68fc39af73
8 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Update the client when new client code is available",
version: '1.6.0-beta181.10'
version: '1.6.0-beta181.11'
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's latency-compensated distributed data server",
version: '2.3.0-beta181.10',
version: '2.3.0-beta181.11',
documentation: null
});

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "modern-browsers",
version: "0.1.4-beta181.10",
version: "0.1.4-beta181.11",
summary: "API for defining the boundary between modern and legacy " +
"JavaScript clients",
documentation: "README.md"

View File

@@ -3,7 +3,7 @@
Package.describe({
summary: "Wrapper around the mongo npm package",
version: "3.1.2-beta181.10",
version: "3.1.2-beta181.11",
documentation: null
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Reactive dictionary",
version: '1.3.0-beta181.10'
version: '1.3.0-beta181.11'
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Session variable",
version: '1.2.0-beta181.10'
version: '1.2.0-beta181.11'
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "1.8.1-beta.10",
"version": "1.8.1-beta.11",
"recommended": false,
"official": false,
"description": "Meteor"