Meteor version to 2.9.1 ☄️

This commit is contained in:
Gabriel Grubba
2023-01-04 13:33:45 -03:00
parent bc3d27e022
commit 5e0331a7b7
3 changed files with 4 additions and 2 deletions

View File

@@ -14,6 +14,8 @@ npm install -g meteor
| NPM Package | Meteor Official Release |
|-------------|-------------------------|
| 2.9.1 | 2.9.1 |
| 2.9.0 | 2.9.0 |
| 2.8.2 | 2.8.1 |
| 2.8.1 | 2.8.1 |
| 2.8.0 | 2.8.0 |

View File

@@ -1,7 +1,7 @@
const path = require('path');
const os = require('os');
const METEOR_LATEST_VERSION = '2.9.0';
const METEOR_LATEST_VERSION = '2.9.1';
const sudoUser = process.env.SUDO_USER || '';
function isRoot() {
return process.getuid && process.getuid() === 0;

View File

@@ -1,6 +1,6 @@
{
"name": "meteor",
"version": "2.9.0",
"version": "2.9.1",
"description": "Install Meteor",
"main": "install.js",
"scripts": {