Merge branch 'master' into devel

This commit is contained in:
filipenevola
2020-02-19 07:19:43 -04:00
committed by Ben Newman
6 changed files with 23 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "1.9-rc.3",
"version": "1.9.1-rc.1",
"recommended": false,
"official": false,
"description": "Meteor"

View File

@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "1.9",
"version": "1.9.1",
"recommended": false,
"official": true,
"description": "The Official Meteor Distribution"

View File

@@ -5,7 +5,7 @@ set -u
UNAME=$(uname)
ARCH=$(uname -m)
NODE_VERSION=12.14.1
NODE_VERSION=12.16.0
MONGO_VERSION_64BIT=4.2.1
MONGO_VERSION_32BIT=3.2.22
NPM_VERSION=6.13.6