Bump package versions for 1.8.1-beta.10 release.

This commit is contained in:
Ben Newman
2019-01-04 13:27:16 -05:00
parent 6fd24ef4b9
commit b42524ba52
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.9'
version: '1.6.0-beta181.10'
});
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.9',
version: '2.3.0-beta181.10',
documentation: null
});

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "modern-browsers",
version: "0.1.4-beta181.9",
version: "0.1.4-beta181.10",
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.9",
version: "3.1.2-beta181.10",
documentation: null
});

View File

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

View File

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

View File

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