diff --git a/npm-packages/meteor-installer/README.md b/npm-packages/meteor-installer/README.md index 0fb3ca6f33..91ad13de8f 100644 --- a/npm-packages/meteor-installer/README.md +++ b/npm-packages/meteor-installer/README.md @@ -14,6 +14,7 @@ npm install -g meteor | NPM Package | Meteor Official Release | |-------------|-------------------------| +| 2.8.2 | 2.8.1 | | 2.8.1 | 2.8.1 | | 2.8.0 | 2.8.0 | | 2.7.5 | 2.7.3 | @@ -62,4 +63,4 @@ npm install -g meteor --ignore-meteor-setup-exec-path ### Proxy configuration Setting the `https_proxy` or `HTTPS_PROXY` environment variable to a valid proxy URL will cause the -downloader to use the configured proxy to retrieve the Meteor files. \ No newline at end of file +downloader to use the configured proxy to retrieve the Meteor files. diff --git a/npm-packages/meteor-installer/package.json b/npm-packages/meteor-installer/package.json index 7aee7a53bc..8afbd9c39e 100644 --- a/npm-packages/meteor-installer/package.json +++ b/npm-packages/meteor-installer/package.json @@ -1,6 +1,6 @@ { "name": "meteor", - "version": "2.8.1", + "version": "2.8.2", "description": "Install Meteor", "main": "install.js", "scripts": {