@magpiecloud/mags 1.4.1 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/mags.js +1 -1
  2. package/package.json +1 -1
package/bin/mags.js CHANGED
@@ -811,7 +811,7 @@ async function main() {
811
811
  break;
812
812
  case '--version':
813
813
  case '-v':
814
- console.log('mags v1.4.1');
814
+ console.log('mags v1.4.2');
815
815
  process.exit(0);
816
816
  break;
817
817
  case 'new':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magpiecloud/mags",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Mags CLI - Execute scripts on Magpie's instant VM infrastructure",
5
5
  "main": "index.js",
6
6
  "bin": {