Skip to content

Commit

Permalink
chore: updated installer to 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Grubba27 committed Apr 28, 2023
1 parent cb19bd1 commit 00b4c6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions npm-packages/meteor-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ npm install -g meteor

| NPM Package | Meteor Official Release |
|-------------|-------------------------|
| 2.12.0 | 2.12.0 |
| 2.11.0 | 2.11.0 |
| 2.10.0 | 2.10.0 |
| 2.9.1 | 2.9.1 |
Expand Down
2 changes: 1 addition & 1 deletion npm-packages/meteor-installer/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path');
const os = require('os');

const METEOR_LATEST_VERSION = '2.11.0';
const METEOR_LATEST_VERSION = '2.12.0';
const sudoUser = process.env.SUDO_USER || '';
function isRoot() {
return process.getuid && process.getuid() === 0;
Expand Down
2 changes: 1 addition & 1 deletion npm-packages/meteor-installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meteor",
"version": "2.11.0",
"version": "2.12.0",
"description": "Install Meteor",
"main": "install.js",
"scripts": {
Expand Down

0 comments on commit 00b4c6f

Please sign in to comment.