Skip to content

Commit a530813

Browse files
committed
Installer for 2.5.2
1 parent b1990ad commit a530813

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

npm-packages/meteor-installer/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ npm install -g meteor
2424
| 2.5.0 | 2.5 |
2525
| 2.5.1 | 2.5.1 |
2626
| 2.5.2 | 2.5.1 |
27+
| 2.5.3 | 2.5.2 |
2728

2829
### Important note
2930

npm-packages/meteor-installer/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const path = require('path');
22
const os = require('os');
33

4-
const METEOR_LATEST_VERSION = '2.5.1';
4+
const METEOR_LATEST_VERSION = '2.5.2';
55
const sudoUser = process.env.SUDO_USER || '';
66
function isRoot() {
77
return process.getuid && process.getuid() === 0;

npm-packages/meteor-installer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meteor",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"description": "Install Meteor",
55
"main": "install.js",
66
"scripts": {

0 commit comments

Comments
 (0)